Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Hidden command that invokes an action via asynchronous request on a timed intervalInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.command.async.Interval |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.command.async.Interval |
Description | Hidden command that invokes an action via asynchronous request on a timed interval |
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 |
refresh | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to refresh (defaults to entire form) or "_none" to refresh nothing; separate multiple control ids with commas |
toggle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to toggle; separate multiple control ids with commas |
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 |
interval | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Interval in seconds between refreshes |
waitUntilReloaded | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to wait until control finishes reloading to start next interval |
Output generated by Vdldoc View Declaration Language Documentation Generator.