Uses of Interface
com.vaadin.data.provider.ConfigurableFilterDataProvider
-
Packages that use ConfigurableFilterDataProvider Package Description com.vaadin.data.provider -
-
Uses of ConfigurableFilterDataProvider in com.vaadin.data.provider
Subinterfaces of ConfigurableFilterDataProvider in com.vaadin.data.provider Modifier and Type Interface Description interfaceInMemoryDataProvider<T>A mixin interface for in-memory data providers.Classes in com.vaadin.data.provider that implement ConfigurableFilterDataProvider Modifier and Type Class Description classConfigurableFilterDataProviderWrapper<T,Q,C,F>A configurable data provider that wraps another data provider by combining any filter from the component with the configured filter and passing that to the wrapped provider through the query.classListDataProvider<T>DataProviderwrapper forCollections.classTreeDataProvider<T>An in-memory data provider for listing components that display hierarchical data.Methods in com.vaadin.data.provider that return ConfigurableFilterDataProvider Modifier and Type Method Description default ConfigurableFilterDataProvider<T,Void,F>DataProvider. withConfigurableFilter()Wraps this data provider to create a data provider that supports programmatically setting a filter but no filtering through the query.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.
-