public static class Form.SubmitCompleteEvent extends GwtEvent<Form.SubmitCompleteHandler>
GwtEvent.Type<H>| 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) |
GwtEvent.Type<Form.SubmitCompleteHandler> |
getAssociatedType() |
String |
getResults()
Gets the result text of the form submission.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringprotected Form.SubmitCompleteEvent(String resultsHtml)
resultsHtml - the results from submitting the formpublic final GwtEvent.Type<Form.SubmitCompleteHandler> getAssociatedType()
getAssociatedType in class GwtEvent<Form.SubmitCompleteHandler>public String getResults()
null if there was an error
reading itprotected void dispatch(Form.SubmitCompleteHandler handler)
dispatch in class GwtEvent<Form.SubmitCompleteHandler>Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.