GWT 2.3.0

Uses of Interface
com.google.gwt.user.client.ui.FormPanel.SubmitHandler

Packages that use FormPanel.SubmitHandler
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of FormPanel.SubmitHandler in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return types with arguments of type FormPanel.SubmitHandler
 GwtEvent.Type<FormPanel.SubmitHandler> FormPanel.SubmitEvent.getAssociatedType()
           
 

Methods in com.google.gwt.user.client.ui with parameters of type FormPanel.SubmitHandler
 HandlerRegistration FormPanel.addSubmitHandler(FormPanel.SubmitHandler handler)
          Adds a FormPanel.SubmitEvent handler.
protected  void FormPanel.SubmitEvent.dispatch(FormPanel.SubmitHandler handler)
           
 


GWT 2.3.0