Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
static final class: UIComponent.ComponentSystemEventListenerAdapter [javadoc | source]
java.lang.Object
   javax.faces.component.UIComponent$ComponentSystemEventListenerAdapter

All Implemented Interfaces:
    StateHolder, FacesWrapper, SystemEventListener

Field Summary
 ComponentSystemEventListener wrapped     
 Class<?> instanceClass     
Constructor:
 ComponentSystemEventListenerAdapter() 
 ComponentSystemEventListenerAdapter(ComponentSystemEventListener wrapped,
    UIComponent component) 
Method from javax.faces.component.UIComponent$ComponentSystemEventListenerAdapter Summary:
equals,   getWrapped,   hashCode,   isListenerForSource,   isTransient,   processEvent,   restoreState,   saveState,   setTransient
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UIComponent$ComponentSystemEventListenerAdapter Detail:
 public boolean equals(Object obj) 
 public ComponentSystemEventListener getWrapped() 
 public int hashCode() 
 public boolean isListenerForSource(Object component) 
 public boolean isTransient() 
 public  void processEvent(SystemEvent event) throws AbortProcessingException 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean newTransientValue)