eventBus );
}
// Make a new Cell for BigInteger columns
protected DecoratedGridCellValueAdaptor<BigInteger> makeNumericBigIntegerCell() {
return new DecoratedGridCellValueAdaptor<BigInteger>( new PopupNumericBigIntegerEditCell( isReadOnly ),
eventBus );
}