Interface RowMouseDownHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRowMouseDown
(RowMouseDownEvent event) Called when a row receives a mousedown event.
-
Method Details
-
onRowMouseDown
Called when a row receives a mousedown event.- Parameters:
event
- the event
-