Class SimpleFormSuccessAction
java.lang.Object
net.datenwerke.gxtdto.client.forms.simpleform.actions.SimpleFormSuccessAction
- All Implemented Interfaces:
SimpleFormAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonFailure(SimpleForm form) Executed if the condition was not met.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.gxtdto.client.forms.simpleform.actions.SimpleFormAction
onSuccess
-
Constructor Details
-
SimpleFormSuccessAction
public SimpleFormSuccessAction()
-
-
Method Details
-
onFailure
Description copied from interface:SimpleFormActionExecuted if the condition was not met.- Specified by:
onFailurein interfaceSimpleFormAction
-