public interface HasCellValueHoverHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCellValueHoverHandler(CellValueHoverHandler handler)
Optional stringMethod to fire when the user hovers over a cell and the value is clipped.
|
com.google.gwt.event.shared.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