T - the grid bean typeU - the ArrayUpdater typeprotected static class Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater> extends Object implements Serializable
DataCommunicator object.| Modifier | Constructor and Description |
|---|---|
protected |
DataCommunicatorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected DataCommunicator<T> |
build(Element element,
CompositeDataGenerator<T> dataGenerator,
U arrayUpdater,
SerializableSupplier<ValueProvider<T,String>> uniqueKeyProviderSupplier)
Build a new
DataCommunicator object for the given Grid
instance. |
protected DataCommunicator<T> build(Element element, CompositeDataGenerator<T> dataGenerator, U arrayUpdater, SerializableSupplier<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 © 2020. All rights reserved.