FormPanel.SubmitCompleteHandler and/or
             FormPanel.SubmitHandler instead@Deprecated
public interface FormHandler
extends java.util.EventListener
| Modifier and Type | Method and Description | 
|---|---|
| void | onSubmit(FormSubmitEvent event)Deprecated. 
 Use  FormPanel.SubmitHandlerinstead | 
| void | onSubmitComplete(FormSubmitCompleteEvent event)Deprecated. 
 Use  FormPanel.SubmitCompleteHandlerinstead | 
@Deprecated void onSubmit(FormSubmitEvent event)
FormPanel.SubmitHandler instead
 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 - an event object containing information about the form
          submission@Deprecated void onSubmitComplete(FormSubmitCompleteEvent event)
FormPanel.SubmitCompleteHandler insteadevent - an event object containing information about the form
          submission