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

All Superinterfaces:
EventHandler

public interface RowHoverHandler
extends EventHandler


Method Summary
 void onRowHover(RowHoverEvent event)
          Called when the mouse hovers over a row if this.canHover is true.
 

Method Detail

onRowHover

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

Parameters:
event - the event