Uses of Interface
com.vaadin.flow.data.provider.DataGenerator
Packages that use DataGenerator
Package
Description
-
Uses of DataGenerator in com.vaadin.flow.component.combobox
Constructors in com.vaadin.flow.component.combobox with parameters of type DataGeneratorModifierConstructorDescriptionComboBoxDataCommunicator(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 DataGeneratorModifier and TypeClassDescriptionclassAbstract implementation of a GridMultiSelectionModel.classAbstract implementation of a GridSingleSelectionModel.static classA helper base class for creating extensions for the Grid component.Methods in com.vaadin.flow.component.grid with parameters of type DataGenerator -
Uses of DataGenerator in com.vaadin.flow.component.grid.editor
Classes in com.vaadin.flow.component.grid.editor that implement DataGeneratorModifier and TypeClassDescriptionclassEditorImpl<T>Implementation ofEditorinterface.classRenderer and DataGenerator used byGrid.Columnto control the state of the editor components. -
Uses of DataGenerator in com.vaadin.flow.component.virtuallist.paging
Constructors in com.vaadin.flow.component.virtuallist.paging with parameters of type DataGeneratorModifierConstructorDescriptionPagelessDataCommunicator(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 DataGeneratorModifier and TypeClassDescriptionclassAbstract class used as base for DataGenerators that need to manage the lifecycle of components, according to what items are requested or destroyed.classADataGeneratorthat sends all the fields of the objects in the model to the client, using the field names as property names.classADataGeneratorthat aggregates multiple DataGenerators and delegates the data generation to them.Methods in com.vaadin.flow.data.provider with parameters of type DataGeneratorModifier and TypeMethodDescriptionCompositeDataGenerator.addDataGenerator(DataGenerator<T> generator) HasDataGenerators.addDataGenerator(DataGenerator<T> generator) Adds the given data generator.Constructors in com.vaadin.flow.data.provider with parameters of type DataGeneratorModifierConstructorDescriptionDataCommunicator(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.renderer
Classes in com.vaadin.flow.data.renderer that implement DataGeneratorModifier and TypeClassDescriptionclassADataGeneratorthat manages the creation and passivation of components generated byComponentRenderers.Methods in com.vaadin.flow.data.renderer that return types with arguments of type DataGeneratorModifier and TypeMethodDescriptionRendering.getDataGenerator()Gets aDataGeneratorassociated with the renderer.