Interface SimpleFormAction
- All Known Implementing Classes:
EnableDisableAction,SetValueFieldAction,ShowFieldsAction,ShowHideFieldAction,SimpleFormSuccessAction
public interface SimpleFormAction
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailure(SimpleForm form) Executed if the condition was not met.voidonSuccess(SimpleForm form) Executed if condition is met.
-
Method Details
-
onSuccess
Executed if condition is met. -
onFailure
Executed if the condition was not met.
-