com.smartgwt.client.widgets.events
Interface HoverHandler

All Superinterfaces:
EventHandler

public interface HoverHandler
extends EventHandler


Method Summary
 void onHover(HoverEvent event)
          If canHover is true for this widget, the hover string method will be fired when the user hovers over this canvas.
 

Method Detail

onHover

void onHover(HoverEvent event)
If canHover is true for this widget, the hover string method will be fired when the user hovers over this canvas. If this method returns false, it will suppress the default behavior of showing a hover canvas if this.showHover is true.

Parameters:
event - the event