Interface SimpleFormAction

All Known Implementing Classes:
EnableDisableAction, SetValueFieldAction, ShowFieldsAction, ShowHideFieldAction, SimpleFormSuccessAction

public interface SimpleFormAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed if the condition was not met.
    void
    Executed if condition is met.
  • Method Details

    • onSuccess

      void onSuccess(SimpleForm form)
      Executed if condition is met.
    • onFailure

      void onFailure(SimpleForm form)
      Executed if the condition was not met.