Uses of Interface
org.patternfly.filter.FilterAttributeModifier
Packages that use FilterAttributeModifier
-
Uses of FilterAttributeModifier in org.patternfly.filter
Methods in org.patternfly.filter that return FilterAttributeModifierModifier and TypeMethodDescriptionstatic <E,V extends Collection<E>>
FilterAttributeModifier<V> FilterAttributeModifier.collectionAdd(Supplier<V> collectionFactory) Creates aFilterAttributeModifierfor adding values to a collection.static <E,V extends Collection<E>>
FilterAttributeModifier<V> FilterAttributeModifier.collectionRemove(Supplier<V> collectionFactory) Creates aFilterAttributeModifierfor removing values from a collection.Methods in org.patternfly.filter with parameters of type FilterAttributeModifierModifier and TypeMethodDescription<V> voidFilter.set(String name, V value, FilterAttributeModifier<V> modifier) Sets the value of the filter attribute with the specified name using a custom modifier.<V> voidFilter.set(String name, V value, FilterAttributeModifier<V> modifier, String origin) Sets the value of the filter attribute with the specified name using a custom modifier.