Uses of Interface
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider
Packages that use ConfigurableFilterDataProvider
-
Uses of ConfigurableFilterDataProvider in com.vaadin.flow.data.provider
Subinterfaces of ConfigurableFilterDataProvider in com.vaadin.flow.data.providerModifier and TypeInterfaceDescriptioninterfaceA mixin interface for in-memory data providers.Classes in com.vaadin.flow.data.provider that implement ConfigurableFilterDataProviderModifier and TypeClassDescriptionclassA 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.static final classIn-memory data provider with no items.classDataProviderwrapper forCollections.Methods in com.vaadin.flow.data.provider that return ConfigurableFilterDataProviderModifier and TypeMethodDescriptiondefault 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. -
Uses of ConfigurableFilterDataProvider in com.vaadin.flow.data.provider.hierarchy
Subinterfaces of ConfigurableFilterDataProvider in com.vaadin.flow.data.provider.hierarchyModifier and TypeInterfaceDescriptioninterfaceA hierarchical data provider that supports programmatically setting a filter that will be applied to all queries.Classes in com.vaadin.flow.data.provider.hierarchy that implement ConfigurableFilterDataProviderModifier and TypeClassDescriptionclassAn in-memory data provider for listing components that display hierarchical data.