public interface HasCellValueHoverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellValueHoverHandler(CellValueHoverHandler handler)
Optional stringMethod to fire when the user hovers over a cell and the value is clipped.
|
fireEvent
HandlerRegistration addCellValueHoverHandler(CellValueHoverHandler handler)
CellValueHoverEvent.cancel()
from within CellValueHoverHandler.onCellValueHover(com.smartgwt.client.widgets.grid.events.CellValueHoverEvent)
to suppress this default behavior.handler
- the cellValueHover handlerHandlerRegistration
used to remove this handler