Class AuSubmitForm


  • public class AuSubmitForm
    extends AuResponse
    A response to ask the client to submit the form with the specified ID, if any.

    data[0]: the form's UUID.

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuSubmitForm

        public AuSubmitForm​(java.lang.String formId)
        Parameters:
        formId - the form's ID to submit, which is UUID if a component is used.