|
GWT 2.7.0 | |||||||
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(FormPanel.SubmitHandler)
and
FormPanel.addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler)
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(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and
FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) 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(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler)
and
FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler)
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
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |