Interface FiresFormEvents
public
interface
FiresFormEvents
// Implemented by
FormPanel
A widget that implements this interface fires the events defined by the
FormHandler interface.
Methods
Method Detail
addFormHandler
Adds a handler interface to receive click events.
Parameters
- handler
- the handler interface to add
removeFormHandler
Removes a previously added handler interface.
Parameters
- handler
- the handler interface to remove