return;
}
// Forward the request to the cell editor
final RowType rowValue = getRowValue(row);
CellEditInfo editInfo = new CellEditInfo(getDataTable(), row, column);
cellEditor.editCell(editInfo, colDef.getCellValue(rowValue),
new CellEditor.Callback() {
public void onCancel(CellEditInfo cellEditInfo) {
}