Async Command Interval - caf_h:asyncCommandInterval

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.command.async.Interval
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.command.async.Interval
Description Hidden command that invokes an action via asynchronous request on a timed interval
Palette LocationCAF Html/Control/Command/Async Command Interval
Client-Side ModelCAF.Command.Interval.Model
Attributes 
NameRequiredTypeDescription
actionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
Action method binding
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
Action listener method binding
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is grayed-out and un-modifiable

If not specified, the default value is "false".

formsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of form to submit (defaults to entire form); separate multiple control ids with commas
idfalsejava.lang.String Control identifier
immediatefalsejavax.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

If not specified, the default value is "false".

intervalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Interval in seconds between refreshes

If not specified, the default value is "60".

refreshfalsejavax.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
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

togglefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to toggle; separate multiple control ids with commas
waitUntilReloadedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to wait until control finishes reloading to start next interval

If not specified, the default value is "false".

Output generated by Vdldoc View Declaration Language Documentation Generator.