Uses of Interface
com.vaadin.flow.data.provider.ArrayUpdater
Packages that use ArrayUpdater
Package
Description
-
Uses of ArrayUpdater in com.vaadin.flow.component.combobox
Constructors in com.vaadin.flow.component.combobox with parameters of type ArrayUpdaterModifierConstructorDescriptionComboBoxDataCommunicator(ComboBoxBase<?, TItem, ?> comboBox, DataGenerator<TItem> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode, boolean fetchEnabled) -
Uses of ArrayUpdater in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid with type parameters of type ArrayUpdaterModifier and TypeClassDescriptionprotected static classGrid.DataCommunicatorBuilder<T,U extends ArrayUpdater> Builder forDataCommunicatorobject.Subinterfaces of ArrayUpdater in com.vaadin.flow.component.gridModifier and TypeInterfaceDescriptioninterfaceArray update strategy aware class for Grid. -
Uses of ArrayUpdater in com.vaadin.flow.component.virtuallist.paging
Constructors in com.vaadin.flow.component.virtuallist.paging with parameters of type ArrayUpdaterModifierConstructorDescriptionPagelessDataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode) -
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<elemental.json.JsonArray> dataUpdater, StateNode stateNode) Creates a new instance.DataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> 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.