| Package | Description |
|---|---|
| com.vaadin.data.util.filter |
| Modifier and Type | Class and Description |
|---|---|
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 © 2022 Vaadin Ltd. All rights reserved.