com.smartgwt.client.widgets.events
Interface HasApplyClickHandlers

All Superinterfaces:
HasHandlers

public interface HasApplyClickHandlers
extends HasHandlers


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

Method Detail

addApplyClickHandler

HandlerRegistration addApplyClickHandler(ApplyClickHandler handler)
Handle a click on the 'apply' button of this Dialog. Default implementation is to call saveData(), but NOT close the Dialog.

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