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, com.vaadin.flow.function.SerializableConsumer<tools.jackson.databind.node.ArrayNode> dataUpdater, com.vaadin.flow.internal.StateNode stateNode) Creates a new instance.DataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, com.vaadin.flow.function.SerializableConsumer<tools.jackson.databind.node.ArrayNode> dataUpdater, com.vaadin.flow.internal.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, com.vaadin.flow.internal.StateNode stateNode, com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.function.ValueProvider<T, String>> uniqueKeyProviderSupplier) Construct a new hierarchical data communicator backed by aTreeDataProvider.