onSubmit(FormSubmitEvent) | Fired when the form is submitted. |
onSubmitComplete(FormSubmitCompleteEvent) | Fired when a form has been submitted successfully. |
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.