|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<FormPanel.SubmitHandler>
com.google.gwt.user.client.ui.FormPanel.SubmitEvent
public static class FormPanel.SubmitEvent
Fired when the form is submitted.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
FormPanel.SubmitEvent()
|
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the form submit. |
GwtEvent.Type<FormPanel.SubmitHandler> |
getAssociatedType()
Returns the type used to register this event. |
boolean |
isCanceled()
Gets whether this form submit will be canceled. |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormPanel.SubmitEvent()
| Method Detail |
|---|
public void cancel()
FormPanel.SubmitCompleteEvent from being fired.
public final GwtEvent.Type<FormPanel.SubmitHandler> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<FormPanel.SubmitHandler>public boolean isCanceled()
true if the form submit will be canceled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||