Interface ItemHoverHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonItemHover(ItemHoverEvent event) Optional stringMethod to fire when the user hovers over this item.
- 
Method Details- 
onItemHoverOptional 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 canHoveris set to false, this method is not called.- Parameters:
- event- the event
 
 
-