Interface CellValueHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Optional stringMethod to fire when the user hovers over a cell and the value is clipped.
-
Method Details
-
onCellValueHover
Optional stringMethod to fire when the user hovers over a cell and the value is clipped. If this.showClippedValuesOnHover is true, the default behavior is to show a hover canvas containing the HTML returned by cellValueHoverHTML(). CallCellValueHoverEvent.cancel()
from withinonCellValueHover(com.smartgwt.client.widgets.grid.events.CellValueHoverEvent)
to suppress this default behavior.- Parameters:
event
- the event
-