Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Checkbox that toggles a single controlInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.toggle.OneWayToggleCheckbox |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.toggle.OneWayToggleCheckbox |
Description | Checkbox that toggles a single control |
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 |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Control value |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Pre-defined input width |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is grayed-out and un-modifiable |
readonly | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is un-modifiable |
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. |
for | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to Toggle |
checkedWhenVisible | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if checked when visible; false if checked when hidden |
Output generated by Vdldoc View Declaration Language Documentation Generator.