if (!selectionManager.isEmpty()) {
testSet = getTestSet(selectionManager.getSelectedCells());
drilldownType = DrilldownType.DRILLDOWN_BOTH;
}
ContextMenu menu = getContextMenu(testSet, drilldownType);
menu.showAtWindow(event.getClientX(), event.getClientY());
return;
}
if (isSelectEvent(event)) {
selectionManager.toggleSelected(cellInfo);