org.apache.myfaces.trinidadinternal.taglib.listener
Class ResetActionListener

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.taglib.listener.ResetActionListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ResetActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener, java.io.Serializable

An action listener that will reset all the editable values in the enclosing form.

Author:
The Oracle ADF Faces Team
See Also:
Serialized Form

Constructor Summary
ResetActionListener()
           
 
Method Summary
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetActionListener

public ResetActionListener()
Method Detail

processAction

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

isTransient

public boolean isTransient()

setTransient

public void setTransient(boolean newTransientValue)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.