Package com.google.gwt.user.client.ui
Class FormSubmitCompleteEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.google.gwt.user.client.ui.FormSubmitCompleteEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class FormSubmitCompleteEvent extends java.util.EventObject
Event object containing information about form submission events.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormSubmitCompleteEvent(FormPanel source, java.lang.String resultHtml)
Creates a new event with information about the source and submit results.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResults()
Gets the result text of the form submission.
-
-
-
Constructor Detail
-
FormSubmitCompleteEvent
public FormSubmitCompleteEvent(FormPanel source, java.lang.String resultHtml)
Creates a new event with information about the source and submit results.- Parameters:
source
- the object sending the eventresultHtml
- the result html returned by the server
-
-