T - the grid bean typeU - the ArrayUpdater typeprotected static class Grid.DataCommunicatorBuilder<T,U extends com.vaadin.flow.data.provider.ArrayUpdater> extends Object implements Serializable
DataCommunicator object.| Modifier | Constructor and Description |
|---|---|
protected |
DataCommunicatorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.flow.data.provider.DataCommunicator<T> |
build(com.vaadin.flow.dom.Element element,
com.vaadin.flow.data.provider.CompositeDataGenerator<T> dataGenerator,
U arrayUpdater,
com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.function.ValueProvider<T,String>> uniqueKeyProviderSupplier)
Build a new
DataCommunicator object for the given Grid
instance. |
protected com.vaadin.flow.data.provider.DataCommunicator<T> build(com.vaadin.flow.dom.Element element, com.vaadin.flow.data.provider.CompositeDataGenerator<T> dataGenerator, U arrayUpdater, com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.function.ValueProvider<T,String>> uniqueKeyProviderSupplier)
DataCommunicator object for the given Grid
instance.element - the target grid elementdataGenerator - the CompositeDataGenerator for the data
communicatorarrayUpdater - the ArrayUpdater for the data communicatoruniqueKeyProviderSupplier - the unique key value provider supplier for the data
communicatorCopyright © 2025. All rights reserved.