| Package | Description |
|---|---|
| com.vaadin.data.provider |
| Modifier and Type | Method and Description |
|---|---|
default <Q,C> ConfigurableFilterDataProvider<T,Q,C> |
DataProvider.withConfigurableFilter(SerializableBiFunction<Q,C,F> filterCombiner)
Wraps this data provider to create a data provider that supports
programmatically setting a filter that will be combined with a filter
provided through the query.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.