Uses of Interface
com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Packages that use HierarchicalDataProvider
-
Uses of HierarchicalDataProvider in com.vaadin.flow.data.provider.hierarchy
Subinterfaces of HierarchicalDataProvider in com.vaadin.flow.data.provider.hierarchyModifier and TypeInterfaceDescriptioninterfaceA data provider that lazy loads items from a back end containing hierarchical data.interfaceA 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 TypeClassDescriptionclassAbstract base class for implementingBackEndHierarchicalDataProviders.classAbstract hierarchical data provider implementation which takes care of item refreshes and associated events.classAn 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()Deprecated, for removal: This API element is subject to removal in a future version.Gets theHierarchicalDataProviderfor 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) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25 where HierarchicalDataCommunicator will be refactored to handle hierarchy management entirely on the server side, requiring data to be stored in a different cache structure.voidHasHierarchicalDataProvider.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) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new HierarchyMapper.