Interface ItemHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onItemHover
(ItemHoverEvent event) Optional stringMethod to fire when the user hovers over this item.
-
Method Details
-
onItemHover
Optional stringMethod to fire when the user hovers over this item. Callcom.smartgwt.client.widgets.form.fields.events.ItemHoverEvent#cancel()
from withinonItemHover(com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent)
to suppress default behavior of showing a hover canvas containing the HTML returned byformItem.itemHoverHTML()
/form.itemHoverHTML()
.If
canHover
is set to false, this method is not called.- Parameters:
event
- the event
-