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

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

public interface HasRowMouseDownHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRowMouseDownHandler(RowMouseDownHandler handler)
          Called when a row receives a mousedown event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRowMouseDownHandler

HandlerRegistration addRowMouseDownHandler(RowMouseDownHandler handler)
Called when a row receives a mousedown event.

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