Interface BackgroundMouseDownHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCallback fired when the mouse button is depressed over a background-cell, ie, one without an event. 
- 
Method Details
- 
onBackgroundMouseDown
Callback fired when the mouse button is depressed over a background-cell, ie, one without an event. CallBackgroundMouseDownEvent.cancel()from withinonBackgroundMouseDown(com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent)to cancel the default behavior of allowing sweep selection via dragging.- Parameters:
 event- the event
 
 -