Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.treegrid | |
com.vaadin.flow.data.provider | |
com.vaadin.flow.data.provider.hierarchy |
Modifier and Type | Class and Description |
---|---|
protected static class |
Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater>
Builder for
DataCommunicator object. |
Modifier and Type | Interface and Description |
---|---|
interface |
GridArrayUpdater
Array update strategy aware class for Grid.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TreeGridArrayUpdater
Array update strategy aware class for TreeGrid.
|
Constructor and Description |
---|
DataCommunicator(DataGenerator<T> dataGenerator,
ArrayUpdater arrayUpdater,
SerializableConsumer<elemental.json.JsonArray> dataUpdater,
StateNode stateNode)
Creates a new instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HierarchicalArrayUpdater
Hierarchical array update strategy aware class.
|
Copyright © 2025. All rights reserved.