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

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

public interface HasCellMouseUpHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCellMouseUpHandler(CellMouseUpHandler handler)
          Called when a cell receives a mouseup event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCellMouseUpHandler

HandlerRegistration addCellMouseUpHandler(CellMouseUpHandler handler)
Called when a cell receives a mouseup event.

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