org.apache.myfaces.tobago.event
Class MethodExpressionStateChangeListener

java.lang.Object
  extended by org.apache.myfaces.tobago.event.MethodExpressionStateChangeListener
All Implemented Interfaces:
EventListener, StateHolder, FacesListener, SheetStateChangeListener

public class MethodExpressionStateChangeListener
extends Object
implements SheetStateChangeListener, StateHolder


Constructor Summary
MethodExpressionStateChangeListener()
           
MethodExpressionStateChangeListener(MethodExpression methodExpression)
           
 
Method Summary
 boolean isTransient()
           
 void processSheetStateChange(SheetStateChangeEvent actionEvent)
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExpressionStateChangeListener

public MethodExpressionStateChangeListener()

MethodExpressionStateChangeListener

public MethodExpressionStateChangeListener(MethodExpression methodExpression)
Method Detail

processSheetStateChange

public void processSheetStateChange(SheetStateChangeEvent actionEvent)
                             throws AbortProcessingException
Specified by:
processSheetStateChange in interface SheetStateChangeListener
Throws:
AbortProcessingException

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface StateHolder

isTransient

public boolean isTransient()
Specified by:
isTransient in interface StateHolder


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.