Uses of Class
org.patternfly.component.sidebar.Sidebar
-
Packages that use Sidebar Package Description org.patternfly.component.page org.patternfly.component.sidebar -
-
Uses of Sidebar in org.patternfly.component.page
Methods in org.patternfly.component.page that return Sidebar Modifier and Type Method Description SidebarPage. sidebar()Returns the currentSidebarornullif no sidebar has been defined yet.Methods in org.patternfly.component.page with parameters of type Sidebar Modifier and Type Method Description PagePage. addSidebar(Sidebar sidebar)Adds theSidebarcomponent and removes the previous one (if any). -
Uses of Sidebar in org.patternfly.component.sidebar
Methods in org.patternfly.component.sidebar that return Sidebar Modifier and Type Method Description SidebarSidebar. addBody(SidebarBody body)Adds aSidebarBodyto this component.SidebarSidebar. collapsed()Modifies the sidebar for the collapsed state.SidebarSidebar. expanded()Modifies the sidebar for the expanded state.SidebarSidebar. light()Modifies the sidebar to have a light theme.static SidebarSidebar. sidebar()Factory method to create a new instance of this component.SidebarSidebar. that()
-