public static interface

FormPanel.SubmitHandler

implements EventHandler
com.google.gwt.user.client.ui.FormPanel.SubmitHandler

Class Overview

Handler for FormPanel.SubmitEvent events.

Summary

Public Methods
abstract void onSubmit(FormPanel.SubmitEvent event)
Fired when the form is submitted.

Public Methods

public abstract void onSubmit (FormPanel.SubmitEvent event)

Fired when the form is submitted.

The FormPanel must not be detached (i.e. removed from its parent or otherwise disconnected from a RootPanel) until the submission is complete. Otherwise, notification of submission will fail.

Parameters
event the event