Uses of Interface
com.vaadin.data.provider.InMemoryDataProvider
-
Packages that use InMemoryDataProvider Package Description com.vaadin.data.provider -
-
Uses of InMemoryDataProvider in com.vaadin.data.provider
Classes in com.vaadin.data.provider that implement InMemoryDataProvider Modifier and Type Class Description class
ListDataProvider<T>
DataProvider
wrapper forCollection
s.class
TreeDataProvider<T>
An in-memory data provider for listing components that display hierarchical data.Methods in com.vaadin.data.provider with parameters of type InMemoryDataProvider Modifier and Type Method Description static <T> DataProvider<T,String>
InMemoryDataProviderHelpers. filteringByCaseInsensitiveString(InMemoryDataProvider<T> dataProvider, ValueProvider<T,String> valueProvider, SerializableBiPredicate<String,String> predicate, SerializableSupplier<Locale> localeSupplier)
Wraps a given data provider so that its filter tests the given predicate with the lower case string provided by the given value provider.static <T,V,Q>
DataProvider<T,Q>InMemoryDataProviderHelpers. filteringByIgnoreNull(InMemoryDataProvider<T> dataProvider, ValueProvider<T,V> valueProvider, SerializableBiPredicate<V,Q> predicate)
Wraps a given data provider so that its filter ignores null items returned by the given value provider.
-