Interface HierarchicalConfigurableFilterDataProvider<T,Q,C>
- Type Parameters:
T- the data provider item typeQ- the query filter typeC- the configurable filter type
- All Superinterfaces:
ConfigurableFilterDataProvider<T,,Q, C> DataProvider<T,,Q> HierarchicalDataProvider<T,,Q> Serializable
public interface HierarchicalConfigurableFilterDataProvider<T,Q,C>
extends ConfigurableFilterDataProvider<T,Q,C>, HierarchicalDataProvider<T,Q>
A hierarchical data provider that supports programmatically setting a filter
that will be applied to all queries.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Methods inherited from interface com.vaadin.flow.data.provider.ConfigurableFilterDataProvider
setFilterMethods inherited from interface com.vaadin.flow.data.provider.DataProvider
addDataProviderListener, getId, isInMemory, refreshAll, refreshItem, refreshItemMethods inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
fetch, fetchChildren, getChildCount, hasChildren, size, withConfigurableFilter, withConfigurableFilter, withConvertedFilter