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 TypeMethodDescriptionvoidTreeGrid.setDataProvider(HierarchicalDataProvider<T, ?> hierarchicalDataProvider) Constructors in com.vaadin.flow.component.treegrid with parameters of type HierarchicalDataProviderModifierConstructorDescriptionTreeGrid(HierarchicalDataProvider<T, ?> dataProvider) Creates a newTreeGridusing 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 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()<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 TypeMethodDescriptionvoidHasHierarchicalDataProvider.setDataProvider(HierarchicalDataProvider<T, ?> hierarchicalDataProvider) Sets the hierarchical data provider for this listing.<F> SerializableConsumer<F>HierarchicalDataCommunicator.setDataProvider(HierarchicalDataProvider<T, F> dataProvider, F initialFilter) Sets the hierarchical data provider for this communicator.