Interface BackgroundMouseUpHandler

All Superinterfaces:
EventHandler

public interface BackgroundMouseUpHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when the mouse button is released over a background-cell, ie, one without an event.
  • Method Details

    • onBackgroundMouseUp

      void onBackgroundMouseUp(BackgroundMouseUpEvent event)
      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:
      event - the event