This element is the parent of all related tree and table elements.
Custom Attributes
Name |
Description |
---|---|
editable |
true or false, denotes if the tree is editable, used in relation to bindings |
hiddenrootnode |
If in tree mode, determines if the root node should be rendered or not |
preserveselection |
(Not implemented in Swing) |
onselect |
the controller method to call when an item is selected in the tree or table |
ondrop |
Method to call with the DragEvent object |
ondrag |
Method to cell upon drag start, currently used as a marker |
drageffect |
Style of Drag operation (copy, move) |