com.smartgwt.client.widgets.drawing.events
Interface HasMouseDownHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Implementing Classes:
DrawBlockConnector, DrawCurve, DrawGroup, DrawImage, DrawItem, DrawLabel, DrawLine, DrawLinePath, DrawOval, DrawPath, DrawPolygon, DrawRect, DrawSector, DrawTriangle

public interface HasMouseDownHandlers
extends com.google.gwt.event.shared.HasHandlers


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addMouseDownHandler(MouseDownHandler handler)
          Executed when the left mouse down is pressed on this widget.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addMouseDownHandler

com.google.gwt.event.shared.HandlerRegistration addMouseDownHandler(MouseDownHandler handler)
Executed when the left mouse down is pressed on this widget. No default implementation.

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