Interface CellErrorIconHoverHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidOptional stringMethod to fire when the user hovers over the error icon of a cell with validation errors.
- 
Method Details- 
onCellErrorIconHoverOptional 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
 
 
-