Uses of Class
org.patternfly.filter.Filter
Packages that use Filter
-
Uses of Filter in org.patternfly.component.toolbar
Methods in org.patternfly.component.toolbar with parameters of type FilterModifier and TypeMethodDescriptionToolbarFilterContent.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.static <T> ToolbarFilterChipGroup<T> ToolbarFilterChipGroup.toolbarFilterChipGroup(Filter<T> filter, String text) Method parameters in org.patternfly.component.toolbar with type arguments of type FilterModifier and TypeMethodDescription -
Uses of Filter in org.patternfly.filter
Methods in org.patternfly.filter that return FilterModifier and TypeMethodDescriptionFilter.add(FilterAttribute<T, V> attribute) Filter.onChange(FilterChangeHandler<T> changeHandler) Registers a change handler that will be called whenever the filter is changed.Methods in org.patternfly.filter with parameters of type FilterModifier and TypeMethodDescriptionvoidFilterChangeHandler.onFilterChange(Filter<T> filter, String origin) Called when there is a change in the filter criteria.