|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormHandler | |
---|---|
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of FormHandler in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui with parameters of type FormHandler | |
---|---|
void |
FiresFormEvents.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 |
FormPanel.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 |
FiresFormEvents.removeFormHandler(FormHandler handler)
Deprecated. Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
FormPanel.removeFormHandler(FormHandler handler)
Deprecated. Use the HandlerRegistration.removeHandler() method on the
object returned by and add*Handler method instead |
|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |