Uses of Class
com.vaadin.flow.data.provider.CompositeDataGenerator
Packages that use CompositeDataGenerator
Package
Description
-
Uses of CompositeDataGenerator in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return CompositeDataGeneratorModifier and TypeMethodDescriptionprotected CompositeDataGenerator<TItem>ComboBoxBase.getDataGenerator()Accesses the data generator that is managed by the data controller -
Uses of CompositeDataGenerator in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type CompositeDataGeneratorModifier and TypeMethodDescriptionprotected DataCommunicator<T>Grid.DataCommunicatorBuilder.build(Element element, CompositeDataGenerator<T> dataGenerator, U arrayUpdater, SerializableSupplier<ValueProvider<T, String>> uniqueKeyProviderSupplier) Build a newDataCommunicatorobject for the given Grid instance. -
Uses of CompositeDataGenerator in com.vaadin.flow.data.provider.hierarchy
Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type CompositeDataGeneratorModifierConstructorDescriptionHierarchicalDataCommunicator(CompositeDataGenerator<T> dataGenerator, ArrayUpdater arrayUpdater, StateNode stateNode, SerializableSupplier<ValueProvider<T, String>> uniqueKeyProviderSupplier) Construct a new hierarchical data communicator backed by aTreeDataProvider.