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
public class Toolbar extends BaseComponent<HTMLDivElement,Toolbar>
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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Toolbarthat()static Toolbartoolbar()Factory method to create a new instance of this component.-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, 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, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-