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 SummaryFields inherited from interface javax.faces.event.ActionListenerTO_FLOW_DOCUMENT_ID_ATTR_NAME
- 
Constructor SummaryConstructorsConstructorDescriptionResetInputActionListener(String[] clientIds) ResetInputActionListener(Collection<String> clientIds) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidprocessAction(javax.faces.event.ActionEvent event) voidrestoreState(javax.faces.context.FacesContext context, Object state) saveState(javax.faces.context.FacesContext context) voidsetTransient(boolean newTransientValue) Methods inherited from class org.apache.myfaces.tobago.event.AbstractResetInputActionListenerreset, resetChildren
- 
Constructor Details- 
ResetInputActionListenerpublic ResetInputActionListener()
- 
ResetInputActionListener
- 
ResetInputActionListener
 
- 
- 
Method Details- 
processActionpublic void processAction(javax.faces.event.ActionEvent event) - Specified by:
- processActionin interface- javax.faces.event.ActionListener
 
- 
isTransientpublic boolean isTransient()- Specified by:
- isTransientin interface- javax.faces.component.StateHolder
 
- 
setTransientpublic void setTransient(boolean newTransientValue) - Specified by:
- setTransientin interface- javax.faces.component.StateHolder
 
- 
restoreState- Specified by:
- restoreStatein interface- javax.faces.component.StateHolder
 
- 
saveState- Specified by:
- saveStatein interface- javax.faces.component.StateHolder
 
 
-