org.primefaces.component.resetinput
Class ResetInputActionListener

java.lang.Object
  extended by org.primefaces.component.resetinput.ResetInputActionListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ResetInputActionListener
extends Object
implements javax.faces.event.ActionListener, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
 
Constructor Summary
ResetInputActionListener()
          Don't remove - it's for serialization.
ResetInputActionListener(javax.el.ValueExpression target)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetInputActionListener

public ResetInputActionListener()
Don't remove - it's for serialization.


ResetInputActionListener

public ResetInputActionListener(javax.el.ValueExpression target)
Method Detail

processAction

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


Copyright © 2013. All rights reserved.