public interface HasRowMouseDownHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRowMouseDownHandler(RowMouseDownHandler handler)
Called when a row receives a mousedown event.
|
fireEvent
HandlerRegistration addRowMouseDownHandler(RowMouseDownHandler handler)
handler
- the rowMouseDown handlerHandlerRegistration
used to remove this handler