com.smartgwt.client.widgets.form.fields.events
Interface ItemHoverHandler

All Superinterfaces:
EventHandler

public interface ItemHoverHandler
extends EventHandler


Method Summary
 void onItemHover(ItemHoverEvent event)
          Optional stringMethod to fire when the user hovers over this item.
 

Method Detail

onItemHover

void onItemHover(ItemHoverEvent event)
Optional stringMethod to fire when the user hovers over this item. Call 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().

Parameters:
event - the event