FormPanel.SubmitCompleteHandler
and/or
FormPanel.SubmitHandler
instead@Deprecated public interface FormHandler extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
onSubmit(FormSubmitEvent event)
Deprecated.
Use
FormPanel.SubmitHandler instead |
void |
onSubmitComplete(FormSubmitCompleteEvent event)
Deprecated.
Use
FormPanel.SubmitCompleteHandler instead |
@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
submissionCopyright © 2018. All rights reserved.