Interface HasMouseUpHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DrawBlockConnector, DrawCurve, DrawDiamond, DrawGroup, DrawImage, DrawItem, DrawLabel, DrawLine, DrawLinePath, DrawOval, DrawPath, DrawPolygon, DrawRect, DrawSector, DrawShape, DrawTriangle

public interface HasMouseUpHandlers extends HasHandlers
  • Method Details

    • addMouseUpHandler

      HandlerRegistration addMouseUpHandler(MouseUpHandler handler)
      Notification fired when the user releases the left mouse button on this DrawItem.

      Note that if this item is part of a DrawGroup, then the group's useGroupRect setting affects whether this item receives the notification. If useGroupRect is true, then this item will not receive the notification. Otherwise, the item receives the notification and notification bubbles up to the group.

      Parameters:
      handler - the mouseUp handler
      Returns:
      HandlerRegistration used to remove this handler