end);
} else if (widget instanceof DateCell) {
/*
* Week and Day view
*/
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