Interface HasBackgroundClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Calendar, Timeline

public interface HasBackgroundClickHandlers extends HasHandlers
  • Method Details

    • addBackgroundClickHandler

      HandlerRegistration addBackgroundClickHandler(BackgroundClickHandler handler)
      Callback fired when the mouse is clicked in a background-cell, ie, one without an event.
      Parameters:
      handler - the backgroundClick handler
      Returns:
      HandlerRegistration used to remove this handler