10. ICEfaces Tag Reference
Contents > ICEfaces Tag Reference > ice:rowSelector
ice:rowSelector |
|
The ice:rowSelector tag enables row selection for DataTables.
Example
<ice:rowSelector></ice:rowSelector>
HTML Output
(No output.)
Rendered Output
|
Tag Attributes
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| clickedRow |
Text |
| |
| The clickedRow attribute containes the index of the row of the table that was last clicked. Setting this attribute to a value has no effect. |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| mouseOverClass |
Text |
| |
| The mouseOverClass attribute has been deprecated. Please use styleClass. |
| multiple |
Boolean |
| |
| The multiple attribute is a boolean flag that when set to "true" more than one row can be selected. |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
| selectedClass |
CSS Class |
| |
| The selectedClass attribute has been deprecated. Please use styleClass. |
| selectionAction |
Text |
| |
| The selectionAction attribute sets a reference to a method that is invoked when a row is clicked. |
| selectionListener |
Text |
| |
| The selectionListener attribute sets a reference to a method that takes a RowSelectorEvent and that is invoked when a row is selected. |
| styleClass |
CSS Class |
| |
| The styleClass attribute sets the CSS class to apply to this component when it is rendered. |
| toggleOnClick |
Boolean |
| |
| The toggleOnClick attribute is a boolean flag that when set to "true" disables row selection on mouse click. |
| value |
Text |
| |
| The value attribute sets the current value for this component. |
|