| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
HierarchicalDataCommunicator<T> |
TreeGrid.getDataCommunicator() |
| Constructor and Description |
|---|
TreeGrid(HierarchicalDataCommunicator<T> dataCommunicator)
Creates a new TreeGrid with the given data communicator and without
support for creating columns based on property names.
|
TreeGrid(PropertySet<T> propertySet,
HierarchicalDataCommunicator<T> dataCommunicator)
Creates a
TreeGrid using a custom PropertySet
implementation and custom data communicator. |
Copyright © 2020 Vaadin Ltd. All rights reserved.