Uses of Enum Class
com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
Packages that use PropertyStringFilter.Matcher
-
Uses of PropertyStringFilter.Matcher in com.vaadin.hilla.crud.filter
Methods in com.vaadin.hilla.crud.filter that return PropertyStringFilter.MatcherModifier and TypeMethodDescriptionPropertyStringFilter.getMatcher()The matcher, or operator, to use when comparing the property value to the filter value.static PropertyStringFilter.MatcherReturns the enum constant of this class with the specified name.static PropertyStringFilter.Matcher[]PropertyStringFilter.Matcher.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.hilla.crud.filter with parameters of type PropertyStringFilter.MatcherModifier and TypeMethodDescriptionvoidPropertyStringFilter.setMatcher(PropertyStringFilter.Matcher type) Sets the matcher, or operator, to use when comparing the property value to the filter value.Constructors in com.vaadin.hilla.crud.filter with parameters of type PropertyStringFilter.MatcherModifierConstructorDescriptionPropertyStringFilter(String propertyId, PropertyStringFilter.Matcher matcher, String filterValue) Create a filter with the given property, matcher and filter value.