Uses of Class
org.patternfly.component.toolbar.Toolbar
Packages that use Toolbar
-
Uses of Toolbar in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Toolbar -
Uses of Toolbar in org.patternfly.component.toolbar
Methods in org.patternfly.component.toolbar that return ToolbarModifier and TypeMethodDescriptionToolbar.add(ToolbarFilterContent filterContent) Toolbar.addContent(ToolbarContent content) Toolbar.addFilterContent(ToolbarFilterContent filterContent) Toolbar.color(ToolbarColor color) Background color variant of the toolbarToolbar.inset(Breakpoints<Inset> inset) Insets at various breakpoints.Same asinset(breakpoints(default_, inset))Toolbar.onClearAllFilters(ComponentHandler<Toolbar> clearAllFilters) Optional callback for clearing all filters in the toolbar.Toolbar.that()static ToolbarToolbar.toolbar()Factory method to create a new instance of this component.Method parameters in org.patternfly.component.toolbar with type arguments of type ToolbarModifier and TypeMethodDescriptionToolbar.onClearAllFilters(ComponentHandler<Toolbar> clearAllFilters) Optional callback for clearing all filters in the toolbar.