@Generated(value="component.stg") public class UIReload extends AbstractUIReload
component.stg
with class
ReloadTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIReload() |
Modifier and Type | Method and Description |
---|---|
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(javax.faces.context.FacesContext context,
Object state) |
void |
setFrequency(Integer frequency) |
void |
setImmediate(boolean immediate) |
void |
setUpdate(boolean update) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public boolean isImmediate()
true
public void setImmediate(boolean immediate)
public boolean isUpdate()
true
isUpdate
in class AbstractUIReload
public void setUpdate(boolean update)
public Integer getFrequency()
5000
getFrequency
in class AbstractUIReload
public void setFrequency(Integer frequency)
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.