public static class Form.SubmitCompleteEvent extends com.google.gwt.event.shared.GwtEvent<Form.SubmitCompleteHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
Form.SubmitCompleteEvent(String resultsHtml)
Create a submit complete event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(Form.SubmitCompleteHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<Form.SubmitCompleteHandler> |
getAssociatedType() |
String |
getResults()
Gets the result text of the form submission.
|
assertLive, getSource, isLive, kill, reviveprotected Form.SubmitCompleteEvent(String resultsHtml)
resultsHtml - the results from submitting the formpublic final com.google.gwt.event.shared.GwtEvent.Type<Form.SubmitCompleteHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<Form.SubmitCompleteHandler>public String getResults()
null if there was an error
reading itprotected void dispatch(Form.SubmitCompleteHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<Form.SubmitCompleteHandler>Copyright © 2016. All rights reserved.