| Package | Description |
|---|---|
| com.vaadin.v7.data.util.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
And
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. |
class |
Or
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.