Uses of Class
org.patternfly.filter.Filter
Packages that use Filter
Package
Description
Flexible filtering API for objects with support for multiple attributes and operators.
-
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.