public interface HasCellMouseUpHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellMouseUpHandler(CellMouseUpHandler handler)
Called when a cell receives a mouseup event.
|
fireEvent
HandlerRegistration addCellMouseUpHandler(CellMouseUpHandler handler)
handler
- the cellMouseUp handlerHandlerRegistration
used to remove this handler