Package org.patternfly.component.page
Class PageSidebarBody
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,PageSidebarBody>
org.patternfly.component.page.PageSidebarBody
- All Implemented Interfaces:
Container<HTMLDivElement,
,PageSidebarBody> Finder<HTMLDivElement>
,HasElement<HTMLDivElement,
,PageSidebarBody> HasHTMLElement<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()
.-
Method Summary
Modifier and TypeMethodDescriptionaddNavigation
(Navigation navigation) Adds aNavigation
to this component.inset()
Modifies the padding/inset to visually match padding of page elements.noInset()
Removes a sidebar body left/right inset.static PageSidebarBody
Factory method to create a new instance of this component.that()
Methods inherited from class org.patternfly.component.SubComponent
element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.Fill
fill, fill
Methods inherited from interface org.patternfly.style.Modifiers.NoFill
noFill, noFill
Methods 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:
that
in interfaceTypedBuilder<HTMLDivElement,
PageSidebarBody>
-