Attributes |
Name | Required | Binding Type | EL | Default | Description |
action | false | java.lang.String | true | null | 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. |
onchange | false | java.lang.String | true | null | JavaScript code that should be executed every time the user changes selection. |
rowData | false | java.lang.String | only | null | The row data object for a currently selected row. The value "null" means no row is currently selected. |
rowIndex | false | int | only | null | The index of the selected row. The index of the first row is "0". The value "-1" means there is no row currently selected or the selected row is not visible because of another page being viewed or filtering applied. |
style | false | java.lang.String | true | null | A style for a selected row. |
styleClass | false | java.lang.String | true | null | A CSS class name for a selected row. |