public class

FormSubmitCompleteEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.google.gwt.user.client.ui.FormSubmitCompleteEvent

Class Overview

Event object containing information about form submission events.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
FormSubmitCompleteEvent(FormPanel source, String resultHtml)
Creates a new event with information about the source and submit results.
Public Methods
String getResults()
Gets the result text of the form submission.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public FormSubmitCompleteEvent (FormPanel source, String resultHtml)

Creates a new event with information about the source and submit results.

Parameters
source the object sending the event
resultHtml the result html returned by the server

Public Methods

public String getResults ()

Gets the result text of the form submission.

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