org.apache.myfaces.tobago.event
Class ValueBindingResetInputActionListener

java.lang.Object
  extended by org.apache.myfaces.tobago.event.AbstractResetInputActionListener
      extended by org.apache.myfaces.tobago.event.ValueBindingResetInputActionListener
All Implemented Interfaces:
EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ValueBindingResetInputActionListener
extends AbstractResetInputActionListener
implements javax.faces.component.StateHolder


Constructor Summary
ValueBindingResetInputActionListener(Object binding)
           
 
Method Summary
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 void restoreState(javax.faces.context.FacesContext context, Object state)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class org.apache.myfaces.tobago.event.AbstractResetInputActionListener
reset, resetChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueBindingResetInputActionListener

public ValueBindingResetInputActionListener(Object binding)
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
Specified by:
processAction in interface javax.faces.event.ActionListener

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.faces.component.StateHolder

restoreState

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

saveState

public Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface javax.faces.component.StateHolder


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.