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. |
onchange | false | java.lang.String | true | null | JavaScript code that should be executed every time the user changes selection. |
rowDatas | false | list of data objects,
set of data objects,
array of data objects | only | null | Row data objects for currently selected rows. |
rowIndexes | false | list of int,
set of int,
array of int | only | null | Indexes of the selected rows. The index of the first row is "0". |
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. |