public interface

FiresFormEvents

com.google.gwt.user.client.ui.FiresFormEvents
Known Indirect Subclasses

This interface is deprecated.
This interface was specific to FormPanel; it is not generally useful and will be removed in a future version. Use addSubmitHandler(FormPanel.SubmitHandler) and addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler) instead

Class Overview

A widget that implements this interface fires the events defined by the FormHandler interface.

Summary

Public Methods
abstract void addFormHandler(FormHandler handler)
abstract void removeFormHandler(FormHandler handler)
This method is deprecated. Use the removeHandler() method on the object returned by an add*Handler method instead

Public Methods

public abstract void addFormHandler (FormHandler handler)

This method is deprecated.
Use addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler) and addSubmitHandler(FormPanel.SubmitHandler) instead

Adds a handler interface to receive click events.

Parameters
handler the handler interface to add

public abstract void removeFormHandler (FormHandler handler)

This method is deprecated.
Use the removeHandler() method on the object returned by an add*Handler method instead

Removes a previously added handler interface.

Parameters
handler the handler interface to remove