public interface HasBackgroundMouseDownHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addBackgroundMouseDownHandler(BackgroundMouseDownHandler handler)
Callback fired when the mouse button is depressed over a background-cell, ie, one without an event.
|
fireEventHandlerRegistration addBackgroundMouseDownHandler(BackgroundMouseDownHandler handler)
BackgroundMouseDownEvent.cancel() from within BackgroundMouseDownHandler.onBackgroundMouseDown(com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent) to
cancel the default behavior of allowing sweep selection via dragging.handler - the backgroundMouseDown handlerHandlerRegistration used to remove this handler