public static class Form.SubmitEvent extends GwtEvent<Form.SubmitHandler>
GwtEvent.Type<H>| Constructor and Description |
|---|
Form.SubmitEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the form submit.
|
protected void |
dispatch(Form.SubmitHandler handler) |
GwtEvent.Type<Form.SubmitHandler> |
getAssociatedType() |
boolean |
isCanceled()
Gets whether this form submit will be canceled.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic Form.SubmitEvent()
public void cancel()
Form.SubmitCompleteEvent from being fired.public final GwtEvent.Type<Form.SubmitHandler> getAssociatedType()
getAssociatedType in class GwtEvent<Form.SubmitHandler>public boolean isCanceled()
true if the form submit will be canceledprotected void dispatch(Form.SubmitHandler handler)
dispatch in class GwtEvent<Form.SubmitHandler>Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.