public static class Form.SubmitEvent extends com.google.gwt.event.shared.GwtEvent<Form.SubmitHandler>
| Constructor and Description |
|---|
Form.SubmitEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the form submit.
|
protected void |
dispatch(Form.SubmitHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<Form.SubmitHandler> |
getAssociatedType() |
boolean |
isCanceled()
Gets whether this form submit will be canceled.
|
assertLive, getSource, isLive, kill, revivepublic void cancel()
Form.SubmitCompleteEvent from being fired.public final com.google.gwt.event.shared.GwtEvent.Type<Form.SubmitHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<Form.SubmitHandler>public boolean isCanceled()
true if the form submit will be canceledprotected void dispatch(Form.SubmitHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<Form.SubmitHandler>Copyright © 2016. All rights reserved.