* @param key the key of the row object
*/
protected void edit(Element parent, String value, Object key) {
setValue(parent, value, key);
InputElement input = (InputElement) parent.getFirstChild();
input.focus();
input.select();
}
/**
* Convert the cell to non-edit mode.