Interface HasApplyClickHandlers

All Superinterfaces:
HasHandlers

public interface HasApplyClickHandlers extends HasHandlers
  • Method Details

    • 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