Uses of Class
com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Packages that use HierarchyMapper
-
Uses of HierarchyMapper in com.vaadin.flow.data.provider.hierarchy
Methods in com.vaadin.flow.data.provider.hierarchy that return HierarchyMapperModifier 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.protected HierarchyMapper<T,?> HierarchicalDataCommunicator.getHierarchyMapper()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.Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type HierarchyMapperModifierConstructorDescriptionHierarchicalCommunicationController(String parentKey, DataKeyMapper<T> keyMapper, HierarchyMapper<T, ?> mapper, DataGenerator<T> dataGenerator, SerializableFunction<Integer, HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate, SerializableBiFunction<String, Range, Stream<T>> fetchItems) Deprecated, for removal: This API element is subject to removal in a future version.Constructs communication controller with support for hierarchical data structure.