com.smartgwt.client.widgets.grid.events
Interface HasCellMouseDownHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ListGrid, Menu, TreeGrid

public interface HasCellMouseDownHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCellMouseDownHandler(CellMouseDownHandler handler)
          Called when a cell receives a mousedown event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCellMouseDownHandler

HandlerRegistration addCellMouseDownHandler(CellMouseDownHandler handler)
Called when a cell receives a mousedown event.

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