Package org.patternfly.component.page
Class PageSidebarBody
java.lang.Object
org.patternfly.component.SubComponent<E,B>
org.patternfly.component.page.PageSidebarBody
- All Implemented Interfaces:
Container<elemental2.dom.HTMLDivElement,,PageSidebarBody> Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,,PageSidebarBody> HasHTMLElement<elemental2.dom.HTMLDivElement,,PageSidebarBody> IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,,PageSidebarBody> Modifiers.Fill<elemental2.dom.HTMLDivElement,,PageSidebarBody> Modifiers.NoFill<elemental2.dom.HTMLDivElement,,PageSidebarBody> Modifiers.PageInsets<elemental2.dom.HTMLDivElement,PageSidebarBody>
public class PageSidebarBody
extends SubComponent<E,B>
implements Modifiers.Fill<elemental2.dom.HTMLDivElement,PageSidebarBody>, Modifiers.NoFill<elemental2.dom.HTMLDivElement,PageSidebarBody>, Modifiers.PageInsets<elemental2.dom.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.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.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods 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. -
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<elemental2.dom.HTMLDivElement,PageSidebarBody>
-