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:
  • Caption -  Displays text as label.

  • Description - Text displayed at runtime as a tooltip when you touch it with the mouse pointer.

  • Required - The form component is defined as a mandatory field. You need to make a selection from the available options, complete the field, or select the required option.

  • RequiredError - An error message that appears when a form component that is defined as a mandatory field is not filled out, selected or no selection has been made.

  • TabIndex - Defines the sequence in the tab index. The tab index defines the order of several UI components. These can be selected one by one by pressing the Tab key.

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.

XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.