|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Event object containing information about form submission events.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
FormSubmitCompleteEvent(java.lang.Object source,
java.lang.String resultHtml)
Creates a new event with information about the source and submit results. |
Method Summary | |
java.lang.String |
getResults()
Gets the result text of the form submission. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FormSubmitCompleteEvent(java.lang.Object source, java.lang.String resultHtml)
source
- the object sending the eventresultHtml
- the result html returned by the serverMethod Detail |
public java.lang.String getResults()
null
if there was an error
reading itnull
as a result of submitting a
form to a different domain.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |