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>
public class PageSidebarBody extends SubComponent<HTMLDivElement,PageSidebarBody> implements Modifiers.Fill<HTMLDivElement,PageSidebarBody>, Modifiers.NoFill<HTMLDivElement,PageSidebarBody>
Container within thePageSidebarto hold content. Note: By default, the last/only body will grow to fill the available vertical space. You can change this behavior usingModifiers.Fill.fill()andModifiers.NoFill.noFill().
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PageSidebarBodyaddNavigation(Navigation navigation)Adds aNavigationto this component.PageSidebarBodyinset()Modifies the padding/inset to visually match padding of page elements.PageSidebarBodynoInset()Removes a sidebar body left/right inset.static PageSidebarBodypageSidebarBody()Factory method to create a new instance of this component.PageSidebarBodythat()-
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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.patternfly.core.Modifiers.Fill
fill, fill
-
Methods inherited from interface org.patternfly.core.Modifiers.NoFill
noFill, noFill
-
-
-
-
Method Detail
-
pageSidebarBody
public static PageSidebarBody pageSidebarBody()
Factory method to create a new instance of this component.
-
that
public PageSidebarBody that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,PageSidebarBody>
-
addNavigation
public PageSidebarBody addNavigation(Navigation navigation)
Adds aNavigationto this component.
-
inset
public PageSidebarBody inset()
Modifies the padding/inset to visually match padding of page elements.
-
noInset
public PageSidebarBody noInset()
Removes a sidebar body left/right inset.
-
-