GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.FormPanel.SubmitEvent

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

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

Methods in com.google.gwt.user.client.ui with parameters of type FormPanel.SubmitEvent
 void ListenerWrapper.WrappedOldFormHandler.onSubmit(FormPanel.SubmitEvent event)
           
 void FormPanel.SubmitHandler.onSubmit(FormPanel.SubmitEvent event)
          Fired when the form is submitted.
 


GWT 2.7.0