*/
DateCell cell = (DateCell) widget;
int slotIndex = DOM.getChildIndex(
cell.getElement(), (Element) ne
.getEventTarget().cast());
DateCellSlot slot = cell.getSlot(slotIndex);
return VCalendarPaintable.this.getActionsBetween(
slot.getFrom(), slot.getTo());
} else if (widget instanceof DayEvent) {
/*
* Context menu on event
*/
DayEvent dayEvent = (DayEvent) widget;