Uses of Class
org.patternfly.component.page.PageSidebar
Packages that use PageSidebar
-
Uses of PageSidebar in org.patternfly.component.page
Subclasses with type arguments of type PageSidebar in org.patternfly.component.pageClasses in org.patternfly.component.page that implement interfaces with type arguments of type PageSidebarMethods in org.patternfly.component.page that return PageSidebarModifier and TypeMethodDescriptionPageSidebar.addBody(PageSidebarBody body) Adds aPageSidebarBodyto this component.PageSidebar.keepExpanded()PageSidebar.onToggle(ToggleHandler<PageSidebar> toggleHandler) static PageSidebarPageSidebar.pageSidebar()Factory method to create a new instance of this component.Page.sidebar()Returns the currentPageSidebarornullif no sidebar has been defined yet.PageSidebar.that()Methods in org.patternfly.component.page with parameters of type PageSidebarModifier and TypeMethodDescriptionPage.add(PageSidebar sidebar) Adds thePageSidebarcomponent and removes the previous one (if any).Page.addSidebar(PageSidebar sidebar) Adds thePageSidebarcomponent and removes the previous one (if any).Method parameters in org.patternfly.component.page with type arguments of type PageSidebar