|
|||||||||
| Home >> All >> javax >> faces >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.faces.component
Class UIData.FacesEventWrapper

java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.component.UIData.FacesEventWrapper
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- UIData
- private static class UIData.FacesEventWrapper
- extends javax.faces.event.FacesEvent
| Field Summary | |
private int |
_rowIndex
|
private javax.faces.event.FacesEvent |
_wrappedFacesEvent
|
private static long |
serialVersionUID
|
| Fields inherited from class javax.faces.event.FacesEvent |
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
UIData.FacesEventWrapper(javax.faces.event.FacesEvent facesEvent,
int rowIndex,
UIData redirectComponent)
|
|
| Method Summary | |
javax.faces.event.PhaseId |
getPhaseId()
|
int |
getRowIndex()
|
javax.faces.event.FacesEvent |
getWrappedFacesEvent()
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener faceslistener)
|
void |
processListener(javax.faces.event.FacesListener faceslistener)
|
void |
queue()
|
void |
setPhaseId(javax.faces.event.PhaseId phaseId)
|
java.lang.String |
toString()
Converts the event to a String. |
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
_wrappedFacesEvent
private javax.faces.event.FacesEvent _wrappedFacesEvent
_rowIndex
private int _rowIndex
| Constructor Detail |
UIData.FacesEventWrapper
public UIData.FacesEventWrapper(javax.faces.event.FacesEvent facesEvent, int rowIndex, UIData redirectComponent)
| Method Detail |
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
setPhaseId
public void setPhaseId(javax.faces.event.PhaseId phaseId)
queue
public void queue()
toString
public java.lang.String toString()
- Description copied from class:
java.util.EventObject - Converts the event to a String. The format is not specified, but by
observation, the JDK uses:
getClass().getName() + "[source=" + source + "]";.
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener faceslistener)
processListener
public void processListener(javax.faces.event.FacesListener faceslistener)
getWrappedFacesEvent
public javax.faces.event.FacesEvent getWrappedFacesEvent()
getRowIndex
public int getRowIndex()
|
|||||||||
| Home >> All >> javax >> faces >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC