Interface ValueHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onValueHover
(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
canHover
is set to false, this method is not called.- Parameters:
event
- the event
-