Interface HasBackgroundMouseUpHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionNotification method fired when the mouse button is released over a background-cell, ie, one without an event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addBackgroundMouseUpHandler
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:
handler
- the backgroundMouseUp handler- Returns:
HandlerRegistration
used to remove this handler
-