Package org.apache.myfaces.tobago.event
Class ResetInputActionListener
java.lang.Object
org.apache.myfaces.tobago.event.AbstractResetInputActionListener
org.apache.myfaces.tobago.event.ResetInputActionListener
- All Implemented Interfaces:
EventListener
,javax.faces.component.StateHolder
,javax.faces.event.ActionListener
,javax.faces.event.FacesListener
public class ResetInputActionListener
extends AbstractResetInputActionListener
implements javax.faces.component.StateHolder
-
Field Summary
Fields inherited from interface javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionResetInputActionListener(String[] clientIds)
ResetInputActionListener(Collection<String> clientIds)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
processAction(javax.faces.event.ActionEvent event)
void
restoreState(javax.faces.context.FacesContext context, Object state)
saveState(javax.faces.context.FacesContext context)
void
setTransient(boolean newTransientValue)
Methods inherited from class org.apache.myfaces.tobago.event.AbstractResetInputActionListener
reset, resetChildren
-
Constructor Details
-
ResetInputActionListener
public ResetInputActionListener() -
ResetInputActionListener
-
ResetInputActionListener
-
-
Method Details
-
processAction
public void processAction(javax.faces.event.ActionEvent event)- Specified by:
processAction
in interfacejavax.faces.event.ActionListener
-
isTransient
public boolean isTransient()- Specified by:
isTransient
in interfacejavax.faces.component.StateHolder
-
setTransient
public void setTransient(boolean newTransientValue)- Specified by:
setTransient
in interfacejavax.faces.component.StateHolder
-
restoreState
- Specified by:
restoreState
in interfacejavax.faces.component.StateHolder
-
saveState
- Specified by:
saveState
in interfacejavax.faces.component.StateHolder
-