com.smartgwt.client.widgets.calendar.events
Interface BackgroundMouseDownHandler

All Superinterfaces:
EventHandler

public interface BackgroundMouseDownHandler
extends EventHandler


Method Summary
 void onBackgroundMouseDown(BackgroundMouseDownEvent event)
          Callback fired when the mouse button is depressed over a background-cell, ie, one without an event.
 

Method Detail

onBackgroundMouseDown

void onBackgroundMouseDown(BackgroundMouseDownEvent event)
Callback fired when the mouse button is depressed over a background-cell, ie, one without an event. Call BackgroundMouseDownEvent.cancel() from within onBackgroundMouseDown(com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent) to cancel the default behavior of allowing sweep selection via dragging.

Parameters:
event - the event