public class FormSubmitCompleteEvent
extends java.util.EventObject
| Constructor and Description | 
|---|
| FormSubmitCompleteEvent(FormPanel source,
                       java.lang.String resultHtml)Creates a new event with information about the source and submit results. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getResults()Gets the result text of the form submission. | 
public FormSubmitCompleteEvent(FormPanel source, java.lang.String resultHtml)
source - the object sending the eventresultHtml - the result html returned by the server