GWT 2.7.0

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

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

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

Methods in com.google.gwt.user.client.ui with parameters of type FormPanel.SubmitCompleteEvent
 void ListenerWrapper.WrappedOldFormHandler.onSubmitComplete(FormPanel.SubmitCompleteEvent event)
           
 void FormPanel.SubmitCompleteHandler.onSubmitComplete(FormPanel.SubmitCompleteEvent event)
          Fired when a form has been submitted successfully.
 


GWT 2.7.0