public class

UIReload

extends UIComponentBase
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ org.apache.myfaces.tobago.component.UIReload

Class Overview

Update the parent component UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.ReloadTagDeclaration.

Summary

Constants
String COMPONENT_FAMILY
String COMPONENT_TYPE
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UIReload()
Public Methods
String getFamily()
Integer getFrequency()
Time in milliseconds after which the parent component is automatically reloaded.
boolean isImmediate()
Flag indicating that the update check should be performed immediately (that is, during Apply Request Values phase) rather than waiting until Render Response phase.
boolean isUpdate()
Is update required.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setFrequency(Integer frequency)
void setImmediate(boolean immediate)
void setUpdate(boolean update)
[Expand]
Inherited Methods
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder

Constants

public static final String COMPONENT_FAMILY

Constant Value: "org.apache.myfaces.tobago.Reload"

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.Reload"

Public Constructors

public UIReload ()

Public Methods

public String getFamily ()

public Integer getFrequency ()

Time in milliseconds after which the parent component is automatically reloaded.
Default: 5000

public boolean isImmediate ()

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

public boolean isUpdate ()

Is update required.
Default: true

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setFrequency (Integer frequency)

public void setImmediate (boolean immediate)

public void setUpdate (boolean update)