public class SetEventPhase
extends javax.faces.component.UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
| Constructor and Description |
|---|
SetEventPhase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changePhaseId(javax.faces.event.FacesEvent event) |
protected boolean |
eventMatchingType(javax.faces.event.FacesEvent event) |
java.lang.String |
getEvents()
Return the value of the
events property. |
java.lang.String |
getFamily() |
java.lang.String |
getPhase()
Return the value of the
phase property. |
protected boolean |
isClassNameOneOf(java.lang.String className,
java.lang.String[] specifiedEvents) |
protected boolean |
isClassOrInterfacesOneOf(java.lang.Class clazz,
java.lang.String[] specifiedEvents) |
boolean |
isDisabled()
Return the value of the
disabled property. |
protected boolean |
isEventOneOf(javax.faces.event.FacesEvent event,
java.lang.String[] specifiedEvents) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setDisabled(boolean disabled)
Set the value of the
disabled property. |
void |
setEvents(java.lang.String events)
Set the value of the
events property. |
void |
setPhase(java.lang.String phase)
Set the value of the
phase property. |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBaseprotected boolean eventMatchingType(javax.faces.event.FacesEvent event)
protected boolean isEventOneOf(javax.faces.event.FacesEvent event,
java.lang.String[] specifiedEvents)
protected boolean isClassOrInterfacesOneOf(java.lang.Class clazz,
java.lang.String[] specifiedEvents)
protected boolean isClassNameOneOf(java.lang.String className,
java.lang.String[] specifiedEvents)
protected void changePhaseId(javax.faces.event.FacesEvent event)
public void setEvents(java.lang.String events)
Set the value of the events property.
public java.lang.String getEvents()
Return the value of the events property.
public void setPhase(java.lang.String phase)
Set the value of the phase property.
public java.lang.String getPhase()
Return the value of the phase property.
public void setDisabled(boolean disabled)
Set the value of the disabled property.
public boolean isDisabled()
Return the value of the disabled property.
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.