Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Checkbox that selects its containing table rowInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.table.SelectRowIndividualCheckbox |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.table.SelectRowIndividualCheckbox |
Description | Checkbox that selects its containing table row |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Keyboard shortcut letter |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Order in tab (key) sequence, from 1 to n. Zero adds control to tab sequence, negative integer removes control. |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is grayed-out (use an expression to enable/disable on a per-row basis) |
multiple | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if multiple rows can be selected |
Output generated by Vdldoc View Declaration Language Documentation Generator.