| Package | Description |
|---|---|
| com.vaadin.v7.data.util.filter |
| Modifier and Type | Class and Description |
|---|---|
static class |
Compare.Equal
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.Greater
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.GreaterOrEqual
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.Less
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.LessOrEqual
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
Copyright © 2019 Vaadin Ltd. All rights reserved.