public class SubmitEvent extends GwtEvent<SubmitEvent.SubmitHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubmitEvent.HasSubmitHandlers
A widget that implements this interface is a public source of
SubmitEvent events. |
static interface |
SubmitEvent.SubmitHandler
Handler for
SubmitEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
SubmitEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the form submit.
|
GwtEvent.Type<SubmitEvent.SubmitHandler> |
getAssociatedType() |
static GwtEvent.Type<SubmitEvent.SubmitHandler> |
getType()
Handler hook.
|
boolean |
isCanceled()
Gets whether this form submit will be canceled.
|
public static GwtEvent.Type<SubmitEvent.SubmitHandler> getType()
public void cancel()
SubmitCompleteEvent from being fired.public final GwtEvent.Type<SubmitEvent.SubmitHandler> getAssociatedType()
getAssociatedType in class GwtEvent<SubmitEvent.SubmitHandler>public boolean isCanceled()
true if the form submit will be canceledCopyright © 2012. All Rights Reserved.