com.smartgwt.client.widgets.events
Interface HasCancelClickHandlers

All Superinterfaces:
HasHandlers

public interface HasCancelClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCancelClickHandler(CancelClickHandler handler)
          Handle a click on the 'cancel' button of this Dialog.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCancelClickHandler

HandlerRegistration addCancelClickHandler(CancelClickHandler handler)
Handle a click on the 'cancel' button of this Dialog. Default implementation is to return null and hide the Dialog. Override to do something else.

Parameters:
handler - the cancelClick handler
Returns:
HandlerRegistration used to remove this handler