public interface HasRowMouseUpHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRowMouseUpHandler(RowMouseUpHandler handler)
Called when a row receives a mouseup event.
|
fireEvent
HandlerRegistration addRowMouseUpHandler(RowMouseUpHandler handler)
handler
- the rowMouseUp handlerHandlerRegistration
used to remove this handler