Uses of Interface
com.vaadin.flow.data.provider.ArrayUpdater
-
-
Uses of ArrayUpdater in com.vaadin.flow.component.combobox
Constructors in com.vaadin.flow.component.combobox with parameters of type ArrayUpdater Constructor Description ComboBoxDataCommunicator(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 ArrayUpdater Modifier and Type Class Description protected static classGrid.DataCommunicatorBuilder<T,U extends ArrayUpdater>Builder forDataCommunicatorobject.Subinterfaces of ArrayUpdater in com.vaadin.flow.component.grid Modifier and Type Interface Description interfaceGridArrayUpdaterArray update strategy aware class for Grid. -
Uses of ArrayUpdater in com.vaadin.flow.component.ironlist.paging
Constructors in com.vaadin.flow.component.ironlist.paging with parameters of type ArrayUpdater Constructor Description PagelessDataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode) -
Uses of ArrayUpdater in com.vaadin.flow.component.treegrid
Subinterfaces of ArrayUpdater in com.vaadin.flow.component.treegrid Modifier and Type Interface Description interfaceTreeGridArrayUpdaterArray update strategy aware class for TreeGrid. -
Uses of ArrayUpdater in com.vaadin.flow.component.virtuallist.paging
Constructors in com.vaadin.flow.component.virtuallist.paging with parameters of type ArrayUpdater Constructor Description PagelessDataCommunicator(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 ArrayUpdater Constructor Description DataCommunicator(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
Subinterfaces of ArrayUpdater in com.vaadin.flow.data.provider.hierarchy Modifier and Type Interface Description interfaceHierarchicalArrayUpdaterHierarchical array update strategy aware class.
-