Uses of Class
org.patternfly.component.page.PageSidebar
-
Uses of PageSidebar in org.patternfly.component.page
Modifier 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) Modifier 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).