public interface ItemHoverHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onItemHover(ItemHoverEvent event)
Optional stringMethod to fire when the user hovers over this item.
|
void onItemHover(ItemHoverEvent event)
com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent#cancel()
from within onItemHover(com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent)
to suppress default behavior of showing
a hover canvas containing the HTML returned by formItem.itemHoverHTML()
/
form.itemHoverHTML()
. If canHover
is set to false, this method is not called.
event
- the event