Interface ValueHoverHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonValueHover(ValueHoverEvent event) Optional stringMethod to fire when the user hovers over this item's value. 
- 
Method Details
- 
onValueHover
Optional stringMethod to fire when the user hovers over this item's value. Callcom.smartgwt.client.widgets.form.fields.events.ValueHoverEvent#cancel()from withinonValueHover(com.smartgwt.client.widgets.form.fields.events.ValueHoverEvent)to suppress default behavior of showing a hover canvas containing the HTML returned byvalueHoverHTML()/DynamicForm.valueHoverHTML().If
canHoveris set to false, this method is not called.- Parameters:
 event- the event
 
 -