Package org.patternfly.component.sidebar
Class SidebarBody
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,SidebarBody>
-
- org.patternfly.component.sidebar.SidebarBody
-
- All Implemented Interfaces:
Container<HTMLDivElement,SidebarBody>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,SidebarBody>,HasHTMLElement<HTMLDivElement,SidebarBody>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,SidebarBody>,Modifiers.Fill<HTMLDivElement,SidebarBody>,Modifiers.NoFill<HTMLDivElement,SidebarBody>
public class SidebarBody extends SubComponent<HTMLDivElement,SidebarBody> implements Modifiers.Fill<HTMLDivElement,SidebarBody>, Modifiers.NoFill<HTMLDivElement,SidebarBody>
Container within theSidebarto 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 SidebarBodyaddNavigation(Navigation navigation)Adds aNavigationto this component.SidebarBodyinset()Modifies the padding/inset to visually match padding of page elements.SidebarBodynoInset()Removes a sidebar body left/right inset.static SidebarBodysidebarBody()Factory method to create a new instance of this component.SidebarBodythat()-
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, textNode, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, 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
-
sidebarBody
public static SidebarBody sidebarBody()
Factory method to create a new instance of this component.
-
addNavigation
public SidebarBody addNavigation(Navigation navigation)
Adds aNavigationto this component.
-
inset
public SidebarBody inset()
Modifies the padding/inset to visually match padding of page elements.
-
noInset
public SidebarBody noInset()
Removes a sidebar body left/right inset.
-
that
public SidebarBody that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,SidebarBody>
-
-