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

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<FormPanel.SubmitCompleteHandler>
      extended by com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
Enclosing class:
FormPanel

public static class FormPanel.SubmitCompleteEvent
extends GwtEvent<FormPanel.SubmitCompleteHandler>

Fired when a form has been submitted successfully.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Method Summary
 GwtEvent.Type<FormPanel.SubmitCompleteHandler> getAssociatedType()
          Returns the type used to register this event.
 java.lang.String getResults()
          Gets the result text of the form submission.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAssociatedType

public final GwtEvent.Type<FormPanel.SubmitCompleteHandler> getAssociatedType()
Description copied from class: GwtEvent
Returns the type used to register this event. Used by handler manager to dispatch events to the correct handlers.

Specified by:
getAssociatedType in class GwtEvent<FormPanel.SubmitCompleteHandler>
Returns:
the type

getResults

public java.lang.String getResults()
Gets the result text of the form submission.

Returns:
the result html, or null if there was an error reading it