String factField = column.getFactField();
if ( oracle.hasEnums( factType,
factField ) ) {
// Columns with lists of values, enums etc are always Text (for now)
PopupDropDownEditCell pudd = new PopupDropDownEditCell( factType,
factField,
oracle,
dropDownManager,
isReadOnly );
cell = new DecoratedGridCellValueAdaptor<String>( pudd,