com.google.gwt.user.client.ui.impl
Interface FormPanelImplHost

All Known Implementing Classes:
FormPanel

public interface FormPanelImplHost

Interface used by FormPanel to host FormPanelImpl.


Method Summary
 boolean onFormSubmit()
          Called when the form is submitted.
 void onFrameLoad()
          Called when the target frame is done loading.
 

Method Detail

onFormSubmit

boolean onFormSubmit()
Called when the form is submitted.

Returns:
false to cancel the submit

onFrameLoad

void onFrameLoad()
Called when the target frame is done loading.