Uses of Class
com.vaadin.data.util.filter.Compare
-
Packages that use Compare Package Description com.vaadin.data.util.filter -
-
Uses of Compare in com.vaadin.data.util.filter
Subclasses of Compare in com.vaadin.data.util.filter Modifier and Type Class Description static classCompare.EqualAComparefilter that accepts items for which the identified property value is equal tovalue.static classCompare.GreaterAComparefilter that accepts items for which the identified property value is greater thanvalue.static classCompare.GreaterOrEqualAComparefilter that accepts items for which the identified property value is greater than or equal tovalue.static classCompare.LessAComparefilter that accepts items for which the identified property value is less thanvalue.static classCompare.LessOrEqualAComparefilter that accepts items for which the identified property value is less than or equal tovalue.
-