Uses of Class
org.patternfly.component.page.PageSidebar
-
Packages that use PageSidebar Package Description org.patternfly.component.page -
-
Uses of PageSidebar in org.patternfly.component.page
Methods in org.patternfly.component.page that return PageSidebar Modifier and Type Method Description PageSidebarPageSidebar. addBody(PageSidebarBody body)Adds aPageSidebarBodyto this component.PageSidebarPageSidebar. keepExpanded()PageSidebarPageSidebar. onToggle(ToggleHandler<PageSidebar> toggleHandler)static PageSidebarPageSidebar. pageSidebar()Factory method to create a new instance of this component.PageSidebarPage. sidebar()Returns the currentPageSidebarornullif no sidebar has been defined yet.PageSidebarPageSidebar. that()PageSidebarPageSidebar. theme(Brightness theme)Methods in org.patternfly.component.page with parameters of type PageSidebar Modifier and Type Method Description PagePage. add(PageSidebar sidebar)Adds thePageSidebarcomponent and removes the previous one (if any).PagePage. 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 Modifier and Type Method Description PageSidebarPageSidebar. onToggle(ToggleHandler<PageSidebar> toggleHandler)
-