Uses of Class
com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Packages that use HierarchyMapper Package Description com.vaadin.flow.data.provider.hierarchy -
-
Uses of HierarchyMapper in com.vaadin.flow.data.provider.hierarchy
Methods in com.vaadin.flow.data.provider.hierarchy that return HierarchyMapper Modifier and Type Method Description protected <F> HierarchyMapper<T,F>HierarchicalDataCommunicator. createHierarchyMapper(HierarchicalDataProvider<T,F> dataProvider)Create newHierarchyMapperfor the given data provider.protected HierarchyMapper<T,?>HierarchicalDataCommunicator. getHierarchyMapper()Returns theHierarchyMapperused by this data communicator.Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type HierarchyMapper Constructor Description HierarchicalCommunicationController(String parentKey, DataKeyMapper<T> keyMapper, HierarchyMapper<T,?> mapper, DataGenerator<T> dataGenerator, SerializableFunction<Integer,HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate, SerializableBiFunction<String,Range,Stream<T>> fetchItems)Constructs communication controller with support for hierarchical data structure.
-