| Package | Description |
|---|---|
| com.vaadin.data.provider | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
<Q> DataProvider<T,Q> |
ListDataProvider.filteringBy(SerializableBiPredicate<T,Q> predicate)
Wraps this data provider to create a new data provider that is filtered
by comparing an item to the filter value provided in the query.
|
<V,Q> DataProvider<T,Q> |
ListDataProvider.filteringBy(ValueProvider<T,V> valueProvider,
SerializableBiPredicate<V,Q> predicate)
Wraps this data provider to create a new data provider that is filtered
by comparing an item property value to the filter value provided in the
query.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComboBox.CaptionFilter
Predicate to check
ComboBox item captions against user typed
strings. |
Copyright © 2017 Vaadin Ltd. All rights reserved.