Uses of Interface
com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Packages that use HierarchicalDataProvider
-
Uses of HierarchicalDataProvider in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid that return HierarchicalDataProviderMethods in com.vaadin.flow.component.treegrid with parameters of type HierarchicalDataProviderModifier and TypeMethodDescriptionvoid
TreeGrid.setDataProvider
(HierarchicalDataProvider<T, ?> hierarchicalDataProvider) Constructors in com.vaadin.flow.component.treegrid with parameters of type HierarchicalDataProviderModifierConstructorDescriptionTreeGrid
(HierarchicalDataProvider<T, ?> dataProvider) Creates a newTreeGrid
using the givenHierarchicalDataProvider
, without support for creating columns based on property names. -
Uses of HierarchicalDataProvider in com.vaadin.flow.data.provider.hierarchy
Subinterfaces of HierarchicalDataProvider in com.vaadin.flow.data.provider.hierarchyModifier and TypeInterfaceDescriptioninterface
A data provider that lazy loads items from a back end containing hierarchical data.interface
A 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 HierarchicalDataProviderModifier and TypeClassDescriptionclass
Abstract base class for implementingBackEndHierarchicalDataProvider
s.class
Abstract hierarchical data provider implementation which takes care of item refreshes and associated events.class
An in-memory data provider for listing components that display hierarchical data.Methods in com.vaadin.flow.data.provider.hierarchy that return HierarchicalDataProviderModifier and TypeMethodDescriptionHasHierarchicalDataProvider.getDataProvider()
HierarchicalDataCommunicator.getDataProvider()
HierarchyMapper.getDataProvider()
Gets theHierarchicalDataProvider
for thisHierarchyMapper
.<C> HierarchicalDataProvider<T,
C> AbstractHierarchicalDataProvider.withConvertedFilter
(SerializableFunction<C, F> filterConverter) default <C> HierarchicalDataProvider<T,
C> HierarchicalDataProvider.withConvertedFilter
(SerializableFunction<C, F> filterConverter) Methods in com.vaadin.flow.data.provider.hierarchy with parameters of type HierarchicalDataProviderModifier and TypeMethodDescriptionprotected <F> HierarchyMapper<T,
F> HierarchicalDataCommunicator.createHierarchyMapper
(HierarchicalDataProvider<T, F> dataProvider) Create newHierarchyMapper
for the given data provider.void
HasHierarchicalDataProvider.setDataProvider
(HierarchicalDataProvider<T, ?> hierarchicalDataProvider) Sets the hierarchical data provider for this listing.<F> SerializableConsumer<F>
HierarchicalDataCommunicator.setDataProvider
(HierarchicalDataProvider<T, F> dataProvider, F initialFilter) Set the current hierarchical data provider for this communicator.Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type HierarchicalDataProviderModifierConstructorDescriptionHierarchyMapper
(HierarchicalDataProvider<T, F> provider) Constructs a new HierarchyMapper.