eventBus );
}
// Make a new Cell for BigDecimal columns
protected DecoratedGridCellValueAdaptor<BigDecimal> makeNumericBigDecimalCell() {
return new DecoratedGridCellValueAdaptor<BigDecimal>( new PopupNumericBigDecimalEditCell( isReadOnly ),
eventBus );
}