Package org.apache.myfaces.tobago.event
Class AbstractResetInputActionListener
java.lang.Object
org.apache.myfaces.tobago.event.AbstractResetInputActionListener
- All Implemented Interfaces:
EventListener
,javax.faces.event.ActionListener
,javax.faces.event.FacesListener
- Direct Known Subclasses:
ResetFormActionListener
,ResetInputActionListener
,ValueExpressionResetInputActionListener
public abstract class AbstractResetInputActionListener
extends Object
implements javax.faces.event.ActionListener
-
Field Summary
Fields inherited from interface javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
reset
(javax.faces.component.EditableValueHolder editableValueHolder) protected void
resetChildren
(javax.faces.component.UIComponent component) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.faces.event.ActionListener
processAction
-
Constructor Details
-
AbstractResetInputActionListener
public AbstractResetInputActionListener()
-
-
Method Details
-
resetChildren
protected void resetChildren(javax.faces.component.UIComponent component) -
reset
public static void reset(javax.faces.component.EditableValueHolder editableValueHolder)
-