public class

FormSubmitEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.google.gwt.user.client.ui.FormSubmitEvent

Class Overview

Event object containing information about form submission events.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
FormSubmitEvent(FormPanel source)
Creates a new event with information about the source.
Public Methods
boolean isCancelled()
Gets whether this form submit will be canceled.
void setCancelled(boolean cancel)
Sets whether the form submit will be canceled.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public FormSubmitEvent (FormPanel source)

Creates a new event with information about the source.

Parameters
source the object sending the event

Public Methods

public boolean isCancelled ()

Gets whether this form submit will be canceled.

Returns
  • true if the form submit will be canceled

public void setCancelled (boolean cancel)

Sets whether the form submit will be canceled.

Parameters
cancel true to cancel the submit