A client-side script that asynchronously refreshes the content of a specified control at a specified interval.
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.output.refresh.Interval |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.output.refresh.Interval |
Description | Refreshes the content of a specified control at a specified 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 |
for | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id reference of control to refresh |
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.