public interface HasCellHoverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellHoverHandler(CellHoverHandler handler)
Called when the mouse hovers over a cell if this.canHover is true.
|
fireEvent
HandlerRegistration addCellHoverHandler(CellHoverHandler handler)
handler
- the cellHover handlerHandlerRegistration
used to remove this handler