/** Sets the column in the DataStore that this field binds to */
 public void setColumn(DataStoreBuffer ds, String columnName) {
   if (!_editDescription) getEditField().setColumn(ds, columnName);
   else _hiddenKeyHandle.setColumn(ds, columnName);
   _ds = ds;
 }