Interface BackgroundMouseDownHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidCallback fired when the mouse button is depressed over a background-cell, ie, one without an event.
- 
Method Details- 
onBackgroundMouseDownCallback 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
 
 
-