|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FormPanel.SubmitCompleteHandler
and/or
FormPanel.SubmitHandler
instead
@Deprecated public interface FormHandler
Handler interface for form submit events.
Method Summary | |
---|---|
void |
onSubmit(FormSubmitEvent event)
Deprecated. Use FormPanel.SubmitHandler instead |
void |
onSubmitComplete(FormSubmitCompleteEvent event)
Deprecated. Use FormPanel.SubmitCompleteHandler instead |
Method Detail |
---|
@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
instead
event
- an event object containing information about the form
submission
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |