|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.icesoft.faces.component.seteventphase.SetEventPhase
public class SetEventPhase
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
SetEventPhase()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public SetEventPhase()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
protected 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.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public 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.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |