public interface HasRowHoverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRowHoverHandler(RowHoverHandler handler)
Called when the mouse hovers over a row if this.canHover is true.
|
fireEvent
HandlerRegistration addRowHoverHandler(RowHoverHandler handler)
handler
- the rowHover handlerHandlerRegistration
used to remove this handler