| Package | Description |
|---|---|
| com.vaadin.data.provider | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchicalDataCommunicator<T>
Data communicator that handles requesting hierarchical data from
HierarchicalDataProvider and sending it to client side. |
| Modifier and Type | Method and Description |
|---|---|
DataCommunicator<T> |
AbstractListing.getDataCommunicator()
Returns the data communicator of this listing.
|
| Constructor and Description |
|---|
AbstractListing(DataCommunicator<T> dataCommunicator)
Creates a new
AbstractListing with the given custom data
communicator. |
AbstractSingleSelect(DataCommunicator<T> dataCommunicator)
Creates a new
AbstractSingleSelect with the given custom data
communicator. |
ComboBox(DataCommunicator<T> dataCommunicator)
Constructs and initializes an empty combo box.
|
Grid(Class<T> beanType,
DataCommunicator<T> dataCommunicator)
Creates a new grid that uses custom data communicator and provided bean
type
It uses reflection of the provided bean type to automatically set up an
initial set of columns.
|
Grid(DataCommunicator<T> dataCommunicator)
Creates a new grid with the given data communicator and without support
for creating columns based on property names.
|
Grid(PropertySet<T> propertySet,
DataCommunicator<T> dataCommunicator)
Creates a grid using a custom
PropertySet implementation and
custom data communicator. |
Copyright © 2022 Vaadin Ltd. All rights reserved.