Interface RowHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRowHover
(RowHoverEvent event) Called when the mouse hovers over a row if this.canHover is true.
-
Method Details
-
onRowHover
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
-