|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
FormPanel; it is not generally useful and will be removed in a future version.
Use FormPanel.addSubmitHandler and
FormPanel.addSubmitCompleteHandler instead
@Deprecated public interface FiresFormEvents
A widget that implements this interface fires the events defined by the
FormHandler interface.
| Method Summary | |
|---|---|
void |
addFormHandler(FormHandler handler)
Deprecated. Use FormPanel.addSubmitCompleteHandler and
FormPanel.addSubmitHandler instead |
void |
removeFormHandler(FormHandler handler)
Deprecated. Use the HandlerRegistration#removeHandler method on
the object returned by an add*Handler method instead |
| Method Detail |
|---|
@Deprecated void addFormHandler(FormHandler handler)
FormPanel.addSubmitCompleteHandler and
FormPanel.addSubmitHandler instead
handler - the handler interface to add@Deprecated void removeFormHandler(FormHandler handler)
HandlerRegistration#removeHandler method on
the object returned by an add*Handler method instead
handler - the handler interface to remove
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||