return cell;
}
// Make a new Cell for Dialect columns
private DecoratedGridCellValueAdaptor<String> makeDialectCell() {
PopupDialectDropDownEditCell pudd = new PopupDialectDropDownEditCell( isReadOnly );
return new DecoratedGridCellValueAdaptor<String>( pudd,
eventBus );
}