Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Action executable only by client-side codeInfo | Value |
---|---|
Component Type | javax.faces.Command |
Handler Class | None |
Renderer Type | javax.faces.Hidden |
Description | Action executable only by client-side code |
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 |
action | false | javax.el.MethodExpression
(signature must match java.lang.String action() )
| Action method binding |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| Action listener method binding |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to process action listeners in the Apply Request Values phase; false to process in the Invoke Application phase |
forms | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of form to submit (defaults to entire form); separate multiple control ids with commas |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is grayed-out and un-modifiable |
Output generated by Vdldoc View Declaration Language Documentation Generator.