Uses of Interface
com.google.gwt.user.client.ui.FormPanel.SubmitHandler
-
Packages that use FormPanel.SubmitHandler Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of FormPanel.SubmitHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement FormPanel.SubmitHandler Modifier and Type Class Description (package private) static class
ListenerWrapper.WrappedOldFormHandler
Deprecated.Methods in com.google.gwt.user.client.ui that return types with arguments of type FormPanel.SubmitHandler Modifier and Type Method Description GwtEvent.Type<FormPanel.SubmitHandler>
FormPanel.SubmitEvent. getAssociatedType()
static GwtEvent.Type<FormPanel.SubmitHandler>
FormPanel.SubmitEvent. getType()
Handler hook.Methods in com.google.gwt.user.client.ui with parameters of type FormPanel.SubmitHandler Modifier and Type Method Description HandlerRegistration
FormPanel. addSubmitHandler(FormPanel.SubmitHandler handler)
Adds aFormPanel.SubmitEvent
handler.protected void
FormPanel.SubmitEvent. dispatch(FormPanel.SubmitHandler handler)
-