Interface ReloadTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
public interface ReloadTagDeclaration extends HasIdBindingAndRendered
Update the parent component ********************* <br/> WARNING <br/> ********************* <br/> This feature is preliminary and may be subject of change in later versions! <br/>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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
setUpdate(String update)
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 Detail
-
setFrequency
void setFrequency(String frequency)
Time in milliseconds after which the parent component is automatically reloaded.
-
setUpdate
void setUpdate(String update)
Is update required.
-
setImmediate
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.
-
-