Attributes |
Name | Required | Binding Type | EL | Default | Description |
action | false | java.lang.String | true | null | Is similar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a method-binding expression. Defining the "action" attribute causes form submission when the user changes selection. |
enabled | false | boolean | true | true | A flag that indicates whether or not the user can change selection. |
keyboardSupport | false | boolean | true | true | A flag that indicates whether or not selection can be made with the keyboard. |
mouseSupport | false | boolean | true | true | A flag that indicates whether or not selection can be made with the mouse. |
nodeDatas | false | java.util.List of Object,
java.util.Set of Object,
array of Object | only | null | The node data objects for a currently selected node. The value "null" means that no node is currently selected. |
nodePaths | false | java.util.List of teamdev.jsf.component.treetable.TreePath,
java.util.Set of teamdev.jsf.component.treetable.TreePath,
array of teamdev.jsf.component.treetable.TreePath | only | null | The full path to a currently selected node. The value "null" means that no node is currently selected. |
onchange | false | java.lang.String | true | null | JavaScript code that should be executed every time the user changes selection. |
style | false | java.lang.String | true | null | A style for selected rows. |
styleClass | false | java.lang.String | true | null | A CSS class name for selected rows. |