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