Interface HasCancelClickHandlers

All Superinterfaces:
HasHandlers

public interface HasCancelClickHandlers extends HasHandlers
  • Method Details

    • 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