Interface IFormSubmissionEvent

All Superinterfaces:
IFormDataAdapterProvidingEvent, IFormRecordProvidingEvent, IHttpContextProvidingEvent, IProjectProvidingEvent, IWorkflowEventData, IXFormProvidingEvent, IXFormRenderConfigProvidingEvent, Serializable

Interface for the event when a form was submitted via an HTTP request.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getSubmitButton

      String getSubmitButton()
      Returns:
      The name of the submit button that was used to submit the form.
    • getSubmitButtonQualifier

      String getSubmitButtonQualifier()
      Returns:
      The qualifying name of the submit button that was used to submit the form. Usually the name of the button list form element that contains the button.