com.mycompany.jsf.component
Class UITree.ChildEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
com.mycompany.jsf.component.UITree.ChildEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- UITree
- private static class UITree.ChildEvent
- extends javax.faces.event.FacesEvent
Private class to wrap an event with a node ID.
Field Summary |
private javax.faces.event.FacesEvent |
event
|
private java.lang.String |
nodeId
|
Fields inherited from class javax.faces.event.FacesEvent |
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
UITree.ChildEvent(javax.faces.component.UIComponent component,
javax.faces.event.FacesEvent event,
java.lang.String nodeId)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, queue |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
event
private javax.faces.event.FacesEvent event
nodeId
private java.lang.String nodeId
UITree.ChildEvent
public UITree.ChildEvent(javax.faces.component.UIComponent component,
javax.faces.event.FacesEvent event,
java.lang.String nodeId)
getFacesEvent
public javax.faces.event.FacesEvent getFacesEvent()
getNodeId
public java.lang.String getNodeId()
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
setPhaseId
public void setPhaseId(javax.faces.event.PhaseId phaseId)
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
processListener
public void processListener(javax.faces.event.FacesListener listener)