Interface CellErrorIconHoverHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidOptional stringMethod to fire when the user hovers over the error icon of a cell with validation errors. 
- 
Method Details
- 
onCellErrorIconHover
Optional stringMethod to fire when the user hovers over the error icon of a cell with validation errors. The default behavior is to show a hover canvas containing the validation error message text. CallCellErrorIconHoverEvent.cancel()from withinonCellErrorIconHover(com.smartgwt.client.widgets.grid.events.CellErrorIconHoverEvent)to suppress this default behavior.- Parameters:
 event- the event
 
 -