public interface HasCellMouseDownHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellMouseDownHandler(CellMouseDownHandler handler)
Called when a cell receives a mousedown event.
|
fireEvent
HandlerRegistration addCellMouseDownHandler(CellMouseDownHandler handler)
handler
- the cellMouseDown handlerHandlerRegistration
used to remove this handler