Class ResetInputActionListener
java.lang.Object
org.apache.myfaces.tobago.event.AbstractResetInputActionListener
org.apache.myfaces.tobago.event.ResetInputActionListener
- All Implemented Interfaces:
EventListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResetInputActionListener(String[] clientIds) ResetInputActionListener(Collection<String> clientIds) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidprocessAction(jakarta.faces.event.ActionEvent event) voidrestoreState(jakarta.faces.context.FacesContext context, Object state) saveState(jakarta.faces.context.FacesContext context) voidsetTransient(boolean newTransientValue) Methods inherited from class AbstractResetInputActionListener
reset, resetChildren
-
Field Details
-
TO_FLOW_DOCUMENT_ID_ATTR_NAME
- See Also:
-
-
Constructor Details
-
ResetInputActionListener
public ResetInputActionListener() -
ResetInputActionListener
-
ResetInputActionListener
-
-
Method Details
-
processAction
public void processAction(jakarta.faces.event.ActionEvent event) -
isTransient
public boolean isTransient() -
setTransient
public void setTransient(boolean newTransientValue) -
restoreState
-
saveState
-