Class 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 Details

    • toolbar

      public static Toolbar toolbar()
      Factory method to create a new instance of this component.
    • addContent

      public Toolbar addContent(ToolbarContent content)
    • addFilterContent

      public Toolbar addFilterContent(ToolbarFilterContent filterContent)
    • add

      public Toolbar add(ToolbarFilterContent filterContent)
    • color

      public Toolbar color(ToolbarColor color)
      Background color variant of the toolbar
    • inset

      public Toolbar inset(org.patternfly.style.Inset inset)
      Same as inset(breakpoints(default_, inset))
    • inset

      public Toolbar inset(org.patternfly.style.Breakpoints<org.patternfly.style.Inset> inset)
      Insets at various breakpoints.
    • that

      public Toolbar that()
      Specified by:
      that in interface TypedBuilder<HTMLDivElement,Toolbar>
    • onClearAllFilters

      public Toolbar onClearAllFilters(org.patternfly.handler.ComponentHandler<Toolbar> clearAllFilters)
      Optional callback for clearing all filters in the toolbar.
    • removeFilterContent

      public void removeFilterContent()