Uses of Class
org.patternfly.component.sidebar.SidebarBody
-
Packages that use SidebarBody Package Description org.patternfly.component.sidebar -
-
Uses of SidebarBody in org.patternfly.component.sidebar
Methods in org.patternfly.component.sidebar that return SidebarBody Modifier and Type Method Description SidebarBodySidebarBody. addNavigation(Navigation navigation)Adds aNavigationto this component.SidebarBodySidebarBody. inset()Modifies the padding/inset to visually match padding of page elements.SidebarBodySidebarBody. noInset()Removes a sidebar body left/right inset.static SidebarBodySidebarBody. sidebarBody()Factory method to create a new instance of this component.SidebarBodySidebarBody. that()Methods in org.patternfly.component.sidebar with parameters of type SidebarBody Modifier and Type Method Description SidebarSidebar. addBody(SidebarBody body)Adds aSidebarBodyto this component.
-