java.lang.Object | |||
↳ | javax.faces.component.UIComponent | ||
↳ | javax.faces.component.UIComponentBase | ||
↳ | org.apache.myfaces.tobago.component.UIReload |
Update the parent component
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.ReloadTagDeclaration.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPONENT_FAMILY | ||||||||||
String | COMPONENT_TYPE |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Time in milliseconds after which the parent component is automatically reloaded.
| |||||||||||
Flag indicating that
the update check should be performed
immediately (that is, during Apply Request Values phase) rather than
waiting until Render Response phase.
| |||||||||||
Is update required.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Time in milliseconds after which the parent component is automatically reloaded.
Default: 5000
Flag indicating that
the update check should be performed
immediately (that is, during Apply Request Values phase) rather than
waiting until Render Response phase.
Default: true
Is update required.
Default: true