Uses of Interface
com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
-
Packages that use HierarchicalArrayUpdater Package Description com.vaadin.flow.data.provider.hierarchy -
-
Uses of HierarchicalArrayUpdater in com.vaadin.flow.data.provider.hierarchy
Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type HierarchicalArrayUpdater Constructor Description HierarchicalDataCommunicator(CompositeDataGenerator<T> dataGenerator, HierarchicalArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode, SerializableSupplier<ValueProvider<T,String>> uniqueKeyProviderSupplier)Construct a new hierarchical data communicator backed by aTreeDataProvider.
-