Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: WrapperEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      javax.faces.event.FacesEvent
         javax.faces.component.WrapperEvent

All Implemented Interfaces:
    Serializable

Fields inherited from java.util.EventObject:
source
Constructor:
 public WrapperEvent(UIComponent component,
    FacesEvent event,
    int rowIndex) 
Method from javax.faces.component.WrapperEvent Summary:
getFacesEvent,   getPhaseId,   getRowIndex,   isAppropriateListener,   processListener,   setPhaseId
Methods from javax.faces.event.FacesEvent:
getComponent,   getPhaseId,   isAppropriateListener,   processListener,   queue,   setPhaseId
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.WrapperEvent Detail:
 public FacesEvent getFacesEvent() 
 public PhaseId getPhaseId() 
 public int getRowIndex() 
 public boolean isAppropriateListener(FacesListener listener) 
 public  void processListener(FacesListener listener) 
 public  void setPhaseId(PhaseId phaseId)