Save This Page
Home » mojarra-1.2_09-b02-FCS-source » javax.faces.event » [javadoc | source]
javax.faces.event
public class: MethodExpressionValueChangeListener [javadoc | source]
java.lang.Object
   javax.faces.event.MethodExpressionValueChangeListener

All Implemented Interfaces:
    StateHolder, ValueChangeListener

MethodExpressionValueChangeListener is a ValueChangeListener that wraps a MethodExpression . When it receives a ValueChangeEvent , it executes a method on an object identified by the MethodExpression .

Constructor:
 public MethodExpressionValueChangeListener() 
 public MethodExpressionValueChangeListener(MethodExpression methodExpression) 
Method from javax.faces.event.MethodExpressionValueChangeListener Summary:
isTransient,   processValueChange,   restoreState,   saveState,   setTransient
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.event.MethodExpressionValueChangeListener Detail:
 public boolean isTransient() 
 public  void processValueChange(ValueChangeEvent valueChangeEvent) throws AbortProcessingException 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean newTransientValue)