|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.google.gwt.user.client.ui.FormSubmitEvent
Event object containing information about form submission events.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FormSubmitEvent(java.lang.Object source)
Creates a new event with information about the source. |
|
| Method Summary | |
boolean |
isCancelled()
Gets whether this form submit will be cancelled. |
void |
setCancelled(boolean cancel)
Sets whether the form submit will be cancelled. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FormSubmitEvent(java.lang.Object source)
source - the object sending the event| Method Detail |
public void setCancelled(boolean cancel)
cancel - true to cancel the submitpublic boolean isCancelled()
true if the form submit will be cancelled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||