Package org.patternfly.component.page
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> org.patternfly.style.Modifiers.Fill<HTMLDivElement,,PageSidebarBody> org.patternfly.style.Modifiers.NoFill<HTMLDivElement,,PageSidebarBody> org.patternfly.style.Modifiers.PageInsets<HTMLDivElement,PageSidebarBody>
public class PageSidebarBody
extends SubComponent<HTMLDivElement,PageSidebarBody>
implements org.patternfly.style.Modifiers.Fill<HTMLDivElement,PageSidebarBody>, org.patternfly.style.Modifiers.NoFill<HTMLDivElement,PageSidebarBody>, org.patternfly.style.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().-
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 org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Fill
fill, fillMethods inherited from interface org.patternfly.style.Modifiers.NoFill
noFill, noFillMethods inherited from interface org.patternfly.style.Modifiers.PageInsets
pageInsets, pageInsets
-
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>
-