Package org.patternfly.component.toolbar
Class Toolbar
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,Toolbar>
org.patternfly.component.toolbar.Toolbar
- All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement,,Toolbar> ElementClassListMethods<HTMLDivElement,,Toolbar> ElementConsumerMethods<HTMLDivElement,,Toolbar> ElementContainerMethods<HTMLDivElement,,Toolbar> ElementEventMethods<HTMLDivElement,,Toolbar> ElementIdMethods<HTMLDivElement,,Toolbar> ElementQueryMethods<HTMLDivElement>,HTMLElementAttributeMethods<HTMLDivElement,,Toolbar> HTMLElementDataMethods<HTMLDivElement,,Toolbar> HTMLElementStyleMethods<HTMLDivElement,,Toolbar> HTMLElementVisibilityMethods<HTMLDivElement,,Toolbar> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,Toolbar> Component,org.patternfly.style.Modifiers.FullHeight<HTMLDivElement,,Toolbar> org.patternfly.style.Modifiers.NoPadding<HTMLDivElement,,Toolbar> org.patternfly.style.Modifiers.Static<HTMLDivElement,,Toolbar> org.patternfly.style.Modifiers.Sticky<HTMLDivElement,Toolbar>
public class Toolbar
extends BaseComponent<HTMLDivElement,Toolbar>
implements org.patternfly.style.Modifiers.FullHeight<HTMLDivElement,Toolbar>, org.patternfly.style.Modifiers.NoPadding<HTMLDivElement,Toolbar>, org.patternfly.style.Modifiers.Static<HTMLDivElement,Toolbar>, org.patternfly.style.Modifiers.Sticky<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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadd(ToolbarFilterContent filterContent) addContent(ToolbarContent content) addFilterContent(ToolbarFilterContent filterContent) color(ToolbarColor color) Background color variant of the toolbarinset(org.patternfly.style.Breakpoints<org.patternfly.style.Inset> inset) Insets at various breakpoints.inset(org.patternfly.style.Inset inset) Same asinset(breakpoints(default_, inset))onClearAllFilters(org.patternfly.handler.ComponentHandler<Toolbar> clearAllFilters) Optional callback for clearing all filters in the toolbar.voidthat()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.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.FullHeight
fullHeight, fullHeightMethods inherited from interface org.patternfly.style.Modifiers.NoPadding
noPadding, noPaddingMethods inherited from interface org.patternfly.style.Modifiers.Static
static_, static_Methods inherited from interface org.patternfly.style.Modifiers.Sticky
sticky, sticky
-
Method Details
-
toolbar
Factory method to create a new instance of this component. -
addContent
-
addFilterContent
-
add
-
color
Background color variant of the toolbar -
inset
Same asinset(breakpoints(default_, inset)) -
inset
Insets at various breakpoints. -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,Toolbar>
-
onClearAllFilters
Optional callback for clearing all filters in the toolbar. -
removeFilterContent
public void removeFilterContent()
-