public interface BackgroundMouseDownHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onBackgroundMouseDown(BackgroundMouseDownEvent event) Callback fired when the mouse button is depressed over a background-cell, ie, one without an event. |
void onBackgroundMouseDown(BackgroundMouseDownEvent event)
BackgroundMouseDownEvent.cancel() from within onBackgroundMouseDown(com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent) to cancel the default behavior of allowing sweep selection via dragging.event - the event