Uses of Class
org.patternfly.filter.FilterAttribute
Packages that use FilterAttribute
Package
Description
Flexible filtering API for objects with support for multiple attributes and operators.
-
Uses of FilterAttribute in org.patternfly.filter
Classes in org.patternfly.filter that implement interfaces with type arguments of type FilterAttributeModifier and TypeClassDescriptionclassFilter<T>A class representing a filter that can be applied to a list of objects (Filter.filter(List)) or to a single object (Filter.match(Object)).Methods in org.patternfly.filter that return FilterAttributeModifier and TypeMethodDescription<V> FilterAttribute<T, V> Retrieves the filter attribute associated with the given name.Methods in org.patternfly.filter that return types with arguments of type FilterAttributeMethods in org.patternfly.filter with parameters of type FilterAttribute