com.smartgwt.client.widgets.grid.events
Interface CellHoverHandler

All Superinterfaces:
EventHandler

public interface CellHoverHandler
extends EventHandler


Method Summary
 void onCellHover(CellHoverEvent event)
          Called when the mouse hovers over a cell if this.canHover is true.
 

Method Detail

onCellHover

void onCellHover(CellHoverEvent event)
Called when the mouse hovers over a cell if this.canHover is true. Returning false will suppress the hover text from being shown if this.showHover is true.

Parameters:
event - the event