Package org.patternfly.component.drawer
Class DrawerContent
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,DrawerContent>
org.patternfly.component.drawer.DrawerContent
- All Implemented Interfaces:
Container<HTMLDivElement,
,DrawerContent> Finder<HTMLDivElement>
,HasElement<HTMLDivElement,
,DrawerContent> HasHTMLElement<HTMLDivElement,
,DrawerContent> IsElement<HTMLDivElement>
,TypedBuilder<HTMLDivElement,
DrawerContent>
The main content in a
Drawer
component. Elements should not be added directly to this subcomponent, but instead
nested inside a DrawerContentBody
.-
Method Summary
Modifier and TypeMethodDescriptionaddBody
(DrawerContentBody body) color
(DrawerColor color) static DrawerContent
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
-
Method Details
-
drawerContent
-
addBody
-
color
-
that
-