com.sencha.gxt.widget.core.client.event
Interface SubmitEvent.HasSubmitHandlers

All Known Implementing Classes:
FormPanel
Enclosing class:
SubmitEvent

public static interface SubmitEvent.HasSubmitHandlers

A widget that implements this interface is a public source of SubmitEvent events.


Method Summary
 HandlerRegistration addSubmitHandler(SubmitEvent.SubmitHandler handler)
          Adds a SubmitEvent.SubmitHandler handler for SubmitEvent events.
 

Method Detail

addSubmitHandler

HandlerRegistration addSubmitHandler(SubmitEvent.SubmitHandler handler)
Adds a SubmitEvent.SubmitHandler handler for SubmitEvent events.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2012. All Rights Reserved.