public static interface FormPanel.SubmitHandler extends EventHandler
FormPanel.SubmitEvent events.| Modifier and Type | Method and Description | 
|---|---|
| void | onSubmit(FormPanel.SubmitEvent event)Fired when the form is submitted. | 
void onSubmit(FormPanel.SubmitEvent event)
 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.
 
event - the event