| Package | Description |
|---|---|
| com.vaadin.flow.data.provider | |
| com.vaadin.flow.data.provider.hierarchy |
| Modifier and Type | Method and Description |
|---|---|
protected DataCommunicator<T> |
AbstractLazyDataView.getDataCommunicator()
Returns the data communicator for the component and checks that the data
provider is of the correct type.
|
| Constructor and Description |
|---|
AbstractLazyDataView(DataCommunicator<T> dataCommunicator,
Component component)
Creates a new instance and verifies the passed data provider is
compatible with this data view implementation.
|
| 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 © 2000–2022 Vaadin Ltd. All rights reserved.