Package org.patternfly.component.toolbar
Class Toolbar
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,Toolbar>
org.patternfly.component.toolbar.Toolbar
- All Implemented Interfaces:
Container<HTMLDivElement,,Toolbar> Finder<HTMLDivElement>,HasElement<HTMLDivElement,,Toolbar> HasHTMLElement<HTMLDivElement,,Toolbar> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,Toolbar> Component
A toolbar allows a user to manage and manipulate a data set. Data can be presented in any valid presentation, a table, a
list, or a data visualization (chart), for example. The toolbar responsively accommodates controls and displays applied
filters in chip groups.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddContent(ToolbarContent content) that()static Toolbartoolbar()Factory method to create a new instance of this component.Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Method Details
-
toolbar
Factory method to create a new instance of this component. -
addContent
-
that
-