| Package | Description |
|---|---|
| com.vaadin.flow.component.grid | |
| com.vaadin.flow.component.ironlist | |
| com.vaadin.flow.data.provider.hierarchy |
| Modifier and Type | Method and Description |
|---|---|
protected DataCommunicator<T> |
Grid.DataCommunicatorBuilder.build(Element element,
CompositeDataGenerator<T> dataGenerator,
U arrayUpdater,
SerializableSupplier<ValueProvider<T,String>> uniqueKeyProviderSupplier)
Build a new
DataCommunicator object for the given Grid
instance. |
DataCommunicator<T> |
Grid.getDataCommunicator()
Returns the data communicator of this Grid.
|
| Modifier and Type | Method and Description |
|---|---|
DataCommunicator<T> |
IronList.getDataCommunicator()
Returns the data communicator of this list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchicalDataCommunicator<T>
Data communicator that handles requesting hierarchical data from
HierarchicalDataProvider and sending it to client side. |
Copyright © 2025. All rights reserved.