public class FormSubmitEvent
extends java.util.EventObject
| Constructor and Description | 
|---|
| FormSubmitEvent(FormPanel source)Creates a new event with information about the source. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isCancelled()Gets whether this form submit will be canceled. | 
| (package private) boolean | isSetCancelledCalled() | 
| void | setCancelled(boolean cancel)Sets whether the form submit will be canceled. | 
public FormSubmitEvent(FormPanel source)
source - the object sending the eventpublic boolean isCancelled()
true if the form submit will be canceledpublic void setCancelled(boolean cancel)
cancel - true to cancel the submitboolean isSetCancelledCalled()