public interface

FormPanelImplHost

com.google.gwt.user.client.ui.impl.FormPanelImplHost
Known Indirect Subclasses

Class Overview

Interface used by FormPanel to host FormPanelImpl.

Summary

Public Methods
abstract boolean onFormSubmit()
Called when the form is submitted.
abstract void onFrameLoad()
Called when the target frame is done loading.

Public Methods

public abstract boolean onFormSubmit ()

Called when the form is submitted.

Returns
  • false to cancel the submit

public abstract void onFrameLoad ()

Called when the target frame is done loading.