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