Interface HasBackgroundMouseUpHandlers

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

public interface HasBackgroundMouseUpHandlers extends HasHandlers
  • Method Details

    • addBackgroundMouseUpHandler

      HandlerRegistration addBackgroundMouseUpHandler(BackgroundMouseUpHandler handler)
      Notification method fired when the mouse button is released over a background-cell, ie, one without an event. Return false to cancel the default behavior of showing a dialog to add a new event with the passed dates.
      Parameters:
      handler - the backgroundMouseUp handler
      Returns:
      HandlerRegistration used to remove this handler