Uses of Interface
com.vaadin.flow.data.provider.DataGenerator
-
-
Uses of DataGenerator in com.vaadin.flow.component.combobox
Constructors in com.vaadin.flow.component.combobox with parameters of type DataGenerator Constructor Description ComboBoxDataCommunicator(ComboBoxBase<?,TItem,?> comboBox, DataGenerator<TItem> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode, boolean fetchEnabled) -
Uses of DataGenerator in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement DataGenerator Modifier and Type Class Description classAbstractGridMultiSelectionModel<T>Abstract implementation of a GridMultiSelectionModel.classAbstractGridSingleSelectionModel<T>Abstract implementation of a GridSingleSelectionModel.static classGrid.AbstractGridExtension<T>A helper base class for creating extensions for the Grid component.Methods in com.vaadin.flow.component.grid with parameters of type DataGenerator Modifier and Type Method Description RegistrationGrid. addDataGenerator(DataGenerator<T> dataGenerator) -
Uses of DataGenerator in com.vaadin.flow.component.grid.editor
Classes in com.vaadin.flow.component.grid.editor that implement DataGenerator Modifier and Type Class Description classEditorImpl<T>Implementation ofEditorinterface.classEditorRenderer<T>Renderer and DataGenerator used byGrid.Columnto control the state of the editor components. -
Uses of DataGenerator in com.vaadin.flow.component.ironlist.paging
Constructors in com.vaadin.flow.component.ironlist.paging with parameters of type DataGenerator Constructor Description PagelessDataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode) -
Uses of DataGenerator in com.vaadin.flow.component.virtuallist.paging
Constructors in com.vaadin.flow.component.virtuallist.paging with parameters of type DataGenerator Constructor Description PagelessDataCommunicator(DataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, SerializableConsumer<elemental.json.JsonArray> dataUpdater, StateNode stateNode) -
Uses of DataGenerator in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement DataGenerator Modifier and Type Class Description classAbstractComponentDataGenerator<T>Abstract class used as base for DataGenerators that need to manage the lifecycle of components, according to what items are requested or destroyed.classBeanDataGenerator<T>ADataGeneratorthat sends all the fields of the objects in the model to the client, using the field names as property names.classCompositeDataGenerator<T>ADataGeneratorthat aggregates multiple DataGenerators and delegates the data generation to them.Methods in com.vaadin.flow.data.provider with parameters of type DataGenerator Modifier and Type Method Description RegistrationCompositeDataGenerator. addDataGenerator(DataGenerator<T> generator)RegistrationHasDataGenerators. addDataGenerator(DataGenerator<T> generator)Adds the given data generator.Constructors in com.vaadin.flow.data.provider with parameters of type DataGenerator 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 DataGenerator in com.vaadin.flow.data.provider.hierarchy
Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type DataGenerator Constructor Description HierarchicalCommunicationController(String parentKey, DataKeyMapper<T> keyMapper, HierarchyMapper<T,?> mapper, DataGenerator<T> dataGenerator, SerializableFunction<Integer,HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate, SerializableBiFunction<String,Range,Stream<T>> fetchItems)Constructs communication controller with support for hierarchical data structure. -
Uses of DataGenerator in com.vaadin.flow.data.renderer
Classes in com.vaadin.flow.data.renderer that implement DataGenerator Modifier and Type Class Description classComponentDataGenerator<T>ADataGeneratorthat manages the creation and passivation of components generated byComponentRenderers.Methods in com.vaadin.flow.data.renderer that return types with arguments of type DataGenerator Modifier and Type Method Description Optional<DataGenerator<SOURCE>>Rendering. getDataGenerator()Gets aDataGeneratorassociated with the renderer.
-