Interface BackgroundMouseUpHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification method fired when the mouse button is released over a background-cell, ie, one without an event. 
- 
Method Details
- 
onBackgroundMouseUp
Notification method fired when the mouse button is released over a background-cell, ie, one without an event. Return false to cancel the default behavior of showing a dialog to add a new event with the passed dates.- Parameters:
 event- the event
 
 -