com.smartgwt.client.widgets.events
Interface HasYesClickHandlers

All Superinterfaces:
HasHandlers

public interface HasYesClickHandlers
extends HasHandlers


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

Method Detail

addYesClickHandler

HandlerRegistration addYesClickHandler(YesClickHandler handler)
Handle a click on the 'yes' button of this Dialog. Default implementation is to return true. Override to do something else

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