128129130131132133134135
eventBus ); } // Make a new Cell for Double columns protected DecoratedGridCellValueAdaptor<Double> makeNumericDoubleCell() { return new DecoratedGridCellValueAdaptor<Double>( new PopupNumericDoubleEditCell( isReadOnly ), eventBus ); }