Package org.patternfly.component.drawer
Class DrawerContentBody
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.drawer.DrawerContentBody
-
- All Implemented Interfaces:
Container<HTMLDivElement,DrawerContentBody>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,DrawerContentBody>,HasHTMLElement<HTMLDivElement,DrawerContentBody>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,DrawerContentBody>,Modifiers.Padding<HTMLDivElement,DrawerContentBody>
public class DrawerContentBody extends SubComponent<E,B> implements Modifiers.Padding<HTMLDivElement,DrawerContentBody>
Subcomponent for elements in aDrawerContent.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrawerContentBodydrawerContentBody()DrawerContentBodythat()-
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, id, innerHtml, 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.Padding
padding, padding
-
-
-
-
Method Detail
-
drawerContentBody
public static DrawerContentBody drawerContentBody()
-
that
public DrawerContentBody that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,DrawerContentBody>
-
-