|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormHandler
Handler interface for form submit events.
Method Summary | |
---|---|
void |
onSubmit(FormSubmitEvent event)
Fired when the form is submitted. |
void |
onSubmitComplete(FormSubmitCompleteEvent event)
Fired when a form has been submitted successfully. |
Method Detail |
---|
void onSubmit(FormSubmitEvent 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
- an event object containing information about the form
submissionvoid onSubmitComplete(FormSubmitCompleteEvent event)
event
- an event object containing information about the form
submission
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |