Uses of Interface
com.vaadin.flow.data.provider.ArrayUpdater
Packages that use ArrayUpdater
-
Uses of ArrayUpdater in com.vaadin.flow.data.provider
Constructors in com.vaadin.flow.data.provider with parameters of type ArrayUpdaterModifierConstructorDescriptionDataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<com.fasterxml.jackson.databind.node.ArrayNode> dataUpdater, StateNode stateNode) Creates a new instance.DataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<com.fasterxml.jackson.databind.node.ArrayNode> dataUpdater, StateNode stateNode, boolean fetchEnabled) Creates a new instance. -
Uses of ArrayUpdater in com.vaadin.flow.data.provider.hierarchy
Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type ArrayUpdaterModifierConstructorDescriptionHierarchicalDataCommunicator(CompositeDataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, StateNode stateNode, SerializableSupplier<ValueProvider<T, String>> uniqueKeyProviderSupplier) Construct a new hierarchical data communicator backed by aTreeDataProvider.