Package org.patternfly.component.toolbar
Class ToolbarContent
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.toolbar.ToolbarContent
-
- All Implemented Interfaces:
Container<HTMLDivElement,ToolbarContent>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,ToolbarContent>,HasHTMLElement<HTMLDivElement,ToolbarContent>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,ToolbarContent>
public class ToolbarContent extends SubComponent<E,B>
Container for a toolbar content.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolbarContentthat()static ToolbarContenttoolbarContent()Factory method to create a new instance of this component.-
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
-
-
-
-
Method Detail
-
toolbarContent
public static ToolbarContent toolbarContent()
Factory method to create a new instance of this component.
-
that
public ToolbarContent that()
-
-