public static class AbstractForm.SubmitCompleteEvent extends GwtEvent<AbstractForm.SubmitCompleteHandler>
GwtEvent.Type<H>| Modifier | Constructor and Description |
|---|---|
protected |
SubmitCompleteEvent(String resultsHtml)
Create a submit complete event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AbstractForm.SubmitCompleteHandler handler) |
GwtEvent.Type<AbstractForm.SubmitCompleteHandler> |
getAssociatedType() |
String |
getResults()
Gets the result text of the form submission.
|
static GwtEvent.Type<AbstractForm.SubmitCompleteHandler> |
getType()
Handler hook.
|
setSource, toDebugString, toStringprotected SubmitCompleteEvent(String resultsHtml)
resultsHtml - the results from submitting the formpublic static GwtEvent.Type<AbstractForm.SubmitCompleteHandler> getType()
public final GwtEvent.Type<AbstractForm.SubmitCompleteHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AbstractForm.SubmitCompleteHandler>public String getResults()
null if there was an error
reading itprotected void dispatch(AbstractForm.SubmitCompleteHandler handler)
dispatch in class GwtEvent<AbstractForm.SubmitCompleteHandler>Copyright © 2017. All rights reserved.