Uses of Class
com.vaadin.data.util.filter.Compare

Packages that use Compare
com.vaadin.data.util.filter   
 

Uses of Compare in com.vaadin.data.util.filter
 

Subclasses of Compare in com.vaadin.data.util.filter
static class Compare.Equal
          A Compare filter that accepts items for which the identified property value is equal to value.
static class Compare.Greater
          A Compare filter that accepts items for which the identified property value is greater than value.
static class Compare.GreaterOrEqual
          A Compare filter that accepts items for which the identified property value is greater than or equal to value.
static class Compare.Less
          A Compare filter that accepts items for which the identified property value is less than value.
static class Compare.LessOrEqual
          A Compare filter that accepts items for which the identified property value is less than or equal to value.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.