Class PageSidebarBody
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement, PageSidebarBody>
org.patternfly.component.page.PageSidebarBody
- All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement, PageSidebarBody>, ElementClassListMethods<HTMLDivElement, PageSidebarBody>, ElementConsumerMethods<HTMLDivElement, PageSidebarBody>, ElementContainerMethods<HTMLDivElement, PageSidebarBody>, ElementEventMethods<HTMLDivElement, PageSidebarBody>, ElementIdMethods<HTMLDivElement, PageSidebarBody>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, PageSidebarBody>, HTMLElementDataMethods<HTMLDivElement, PageSidebarBody>, HTMLElementStyleMethods<HTMLDivElement, PageSidebarBody>, HTMLElementVisibilityMethods<HTMLDivElement, PageSidebarBody>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, PageSidebarBody>, Modifiers.Fill<HTMLDivElement, PageSidebarBody>, Modifiers.NoFill<HTMLDivElement, PageSidebarBody>, Modifiers.PageInsets<HTMLDivElement, PageSidebarBody>
public class PageSidebarBody
extends SubComponent<HTMLDivElement, PageSidebarBody>
implements Modifiers.Fill<HTMLDivElement, PageSidebarBody>, Modifiers.NoFill<HTMLDivElement, PageSidebarBody>, Modifiers.PageInsets<HTMLDivElement, PageSidebarBody>
Container within the
PageSidebar to hold content. Note: By default, the last/only body will grow to fill the
available vertical space. You can change this behavior using Modifiers.Fill.fill() and Modifiers.NoFill.noFill().-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddNavigation(Navigation navigation) Adds aNavigationto this component.Flag indicating that the page sidebar body is for a context selector/perspective switcher.inset()Modifies the padding/inset to visually match padding of page elements.noInset()Removes a sidebar body left/right inset.static PageSidebarBodyFactory method to create a new instance of this component.that()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Fill
fill, fillMethods inherited from interface Modifiers.NoFill
noFill, noFillMethods inherited from interface Modifiers.PageInsets
pageInsets, pageInsets
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
pageSidebarBody
Factory method to create a new instance of this component. -
contextSelector
Flag indicating that the page sidebar body is for a context selector/perspective switcher. -
inset
Modifies the padding/inset to visually match padding of page elements. -
noInset
Removes a sidebar body left/right inset. -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement, PageSidebarBody>
-