Interface RowMouseDownHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonRowMouseDown(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
 
 -