Uses of Class
org.patternfly.component.toolbar.ToolbarFilterContent
Packages that use ToolbarFilterContent
Package
Description
Provides a toolbar component for organizing actions, filters, and controls in a horizontal layout.
-
Uses of ToolbarFilterContent in org.patternfly.component.toolbar
Subclasses with type arguments of type ToolbarFilterContent in org.patternfly.component.toolbarModifier and TypeClassDescriptionclassA filter content within a toolbar within aToolbarcomponent.Classes in org.patternfly.component.toolbar that implement interfaces with type arguments of type ToolbarFilterContentModifier and TypeClassDescriptionclassA filter content within a toolbar within aToolbarcomponent.Methods in org.patternfly.component.toolbar that return ToolbarFilterContentModifier and TypeMethodDescriptionToolbarFilterContent.add(ToolbarGroup group) ToolbarFilterContent.add(ToolbarItem item) ToolbarFilterContent.addGroup(ToolbarGroup group) ToolbarFilterContent.bindVisibility(Filter<T> filter) Binds a filter to the ToolbarFilterContent and sets its visibility based on whether the filter is defined or not.ToolbarFilterContent.bindVisibility(Filter<T> filter, String firstAttribute, String... otherAttributes) Binds a filter to the ToolbarFilterContent and sets its visibility based on the state of specific filter attributes.ToolbarFilterContent.onAdd(AddItemHandler<ToolbarFilterContent, ToolbarItem> onAdd) ToolbarFilterContent.onRemove(RemoveItemHandler<ToolbarFilterContent, ToolbarItem> onRemove) ToolbarFilterContent.onUpdate(UpdateItemHandler<ToolbarFilterContent, ToolbarItem> onUpdate) ToolbarFilterContent.that()static ToolbarFilterContentToolbarFilterContent.toolbarFilterContent()Methods in org.patternfly.component.toolbar with parameters of type ToolbarFilterContentModifier and TypeMethodDescriptionToolbar.add(ToolbarFilterContent filterContent) Toolbar.addFilterContent(ToolbarFilterContent filterContent) Method parameters in org.patternfly.component.toolbar with type arguments of type ToolbarFilterContentModifier and TypeMethodDescriptionToolbarFilterContent.onAdd(AddItemHandler<ToolbarFilterContent, ToolbarItem> onAdd) ToolbarFilterContent.onRemove(RemoveItemHandler<ToolbarFilterContent, ToolbarItem> onRemove) ToolbarFilterContent.onUpdate(UpdateItemHandler<ToolbarFilterContent, ToolbarItem> onUpdate)