140141142143144145146147
eventBus ); } // Make a new Cell for Integer columns protected DecoratedGridCellValueAdaptor<Integer> makeNumericIntegerCell() { return new DecoratedGridCellValueAdaptor<Integer>( new PopupNumericIntegerEditCell( isReadOnly ), eventBus ); }