Interface FormHandler

    • Method Detail

      • onSubmit

        @Deprecated
        void onSubmit​(FormSubmitEvent event)
        Deprecated.
        Fired when the form is submitted.

        The FormPanel must not be detached (i.e. removed from its parent or otherwise disconnected from a RootPanel) until the submission is complete. Otherwise, notification of submission will fail.

        Parameters:
        event - an event object containing information about the form submission
      • onSubmitComplete

        @Deprecated
        void onSubmitComplete​(FormSubmitCompleteEvent event)
        Deprecated.
        Fired when a form has been submitted successfully.
        Parameters:
        event - an event object containing information about the form submission