Interface HasBackgroundMouseDownHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionCallback fired when the mouse button is depressed over a background-cell, ie, one without an event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addBackgroundMouseDownHandler
Callback fired when the mouse button is depressed over a background-cell, ie, one without an event. CallBackgroundMouseDownEvent.cancel()
from withinBackgroundMouseDownHandler.onBackgroundMouseDown(com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent)
to cancel the default behavior of allowing sweep selection via dragging.- Parameters:
handler
- the backgroundMouseDown handler- Returns:
HandlerRegistration
used to remove this handler
-