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. collapsed()Modifies the sidebar for the collapsed state.PageSidebarPageSidebar. expanded()Modifies the sidebar for the expanded state.PageSidebarPageSidebar. light()Modifies the sidebar to have a light theme.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()Methods in org.patternfly.component.page with parameters of type PageSidebar Modifier and Type Method Description PagePage. addSidebar(PageSidebar sidebar)Adds thePageSidebarcomponent and removes the previous one (if any).
-