...
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) |
autocreatenewrows | true or false, determine if new rows should be autocreated in the tree on user focus to empty row |
pen:newitembinding | the controller method to call when a new row is needed to be created (used in conjunction with autocreatenewrows = true) |