Uses of Interface
com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
-
Packages that use HierarchicalDataProvider Package Description com.vaadin.flow.component.treegrid com.vaadin.flow.data.provider.hierarchy -
-
Uses of HierarchicalDataProvider in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid that return HierarchicalDataProvider Modifier and Type Method Description HierarchicalDataProvider<T,SerializablePredicate<T>>TreeGrid. getDataProvider()Methods in com.vaadin.flow.component.treegrid with parameters of type HierarchicalDataProvider Modifier and Type Method Description voidTreeGrid. setDataProvider(HierarchicalDataProvider<T,?> hierarchicalDataProvider)Constructors in com.vaadin.flow.component.treegrid with parameters of type HierarchicalDataProvider Constructor Description TreeGrid(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.hierarchy Modifier and Type Interface Description interfaceBackEndHierarchicalDataProvider<T,F>A data provider that lazy loads items from a back end containing hierarchical data.interfaceHierarchicalConfigurableFilterDataProvider<T,Q,C>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 HierarchicalDataProvider Modifier and Type Class Description classAbstractBackEndHierarchicalDataProvider<T,F>Abstract base class for implementingBackEndHierarchicalDataProviders.classAbstractHierarchicalDataProvider<T,F>Abstract hierarchical data provider implementation which takes care of item refreshes and associated events.classTreeDataProvider<T>An in-memory data provider for listing components that display hierarchical data.Methods in com.vaadin.flow.data.provider.hierarchy that return HierarchicalDataProvider Modifier and Type Method Description HierarchicalDataProvider<T,SerializablePredicate<T>>HasHierarchicalDataProvider. getDataProvider()HierarchicalDataProvider<T,?>HierarchicalDataCommunicator. getDataProvider()HierarchicalDataProvider<T,F>HierarchyMapper. getDataProvider()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 HierarchicalDataProvider Modifier and Type Method Description protected <F> HierarchyMapper<T,F>HierarchicalDataCommunicator. createHierarchyMapper(HierarchicalDataProvider<T,F> dataProvider)Create newHierarchyMapperfor the given data provider.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 HierarchicalDataProvider Constructor Description HierarchyMapper(HierarchicalDataProvider<T,F> provider)Constructs a new HierarchyMapper.
-