}
if (selectedCellElement != null) {
UIUtils.removeStyleName(selectedCellElement, options.getSelectionStyleName());
}
selectedCellElement = cellElement;
selectedCell = new Cell(row, column);
UIUtils.addStyleName(selectedCellElement, options.getSelectionStyleName());
UIUtils.removeStyleName(selectedCellElement, options.getHoverStyleName());
notifyCellSelected(row, column);
}