122123124125126127128129
eventBus ); } // Make a new Cell for Byte columns protected DecoratedGridCellValueAdaptor<Byte> makeNumericByteCell() { return new DecoratedGridCellValueAdaptor<Byte>( new PopupNumericByteEditCell( isReadOnly ), eventBus ); }