|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||