@Override
 @SuppressWarnings("unchecked")
 public boolean resetFocus(
     Context context, Element parent, CellValue<? extends Comparable<?>> value) {
   return cell.resetFocus(context, parent, (T) value.getValue());
 }