|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FormPanel.SubmitHandler
Handler for FormPanel.SubmitEvent
events.
Method Summary | |
---|---|
void |
onSubmit(FormPanel.SubmitEvent event)
Fired when the form is submitted. |
Method Detail |
---|
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
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |