public static interface Form.SubmitHandler
extends com.google.gwt.event.shared.EventHandler
Form.SubmitEvent events.| Modifier and Type | Method and Description |
|---|---|
void |
onSubmit(Form.SubmitEvent event)
Fired when the form is submitted.
|
void onSubmit(Form.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 eventCopyright © 2016. All rights reserved.