XdevTreeTable
The XdevTreeTable is an enhanced XdevTable, which combines the functionality of a table with the functionality of one of the trees. In the first column, the tree with which you can map hierarchical data is displayed. A TreeTable is then beneficial when the individual nodes consist of multiple data which you can chain together in unstructured manner in case of conventional tree. On the contrary, in case of TreeTable, the data of a node is distributed to the subsequent table columns.
Important properties:
Data binding:
The data binding for the XdevTreeTable must be implemented independently, because RapidClipse does not provide any data binding for the XdevTreeTable.
Examples:
Similar to XdevTree
All XdevTreeTable Methods
Note:
Databinding - Since RapidClipse does not provide any data binding to the XdevTreeTable, the data binding must be currently implemented independently. Refer to Vaadin documentation.