Interface ReloadTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
Update the parent component
********************* <br/>
WARNING <br/>
********************* <br/>
This feature is preliminary and may be subject of change in later versions! <br/>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFrequency
(String frequency) Time in milliseconds after which the parent component is automatically reloaded.void
setImmediate
(String immediate) Flag indicating that the update check should be performed immediately (that is, during Apply Request Values phase) rather than waiting until Render Response phase.void
Is update required.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Method Details
-
setFrequency
Time in milliseconds after which the parent component is automatically reloaded. -
setUpdate
Is update required. -
setImmediate
Flag indicating that the update check should be performed immediately (that is, during Apply Request Values phase) rather than waiting until Render Response phase.
-