Refresh Interval - caf_h:refreshInterval

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.output.refresh.Interval
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.output.refresh.Interval
Description Refreshes the content of a specified control at a specified interval
Palette LocationCAF Html/Control/Output/Refresh/Refresh Interval
Client-Side ModelCAF.RefreshInterval.Model
Attributes 
NameRequiredTypeDescription
fortruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id reference of control to refresh
idfalsejava.lang.String Control identifier
intervalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Interval in seconds between refreshes

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

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

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.