134135136137138139140141
eventBus ); } // Make a new Cell for Float columns protected DecoratedGridCellValueAdaptor<Float> makeNumericFloatCell() { return new DecoratedGridCellValueAdaptor<Float>( new PopupNumericFloatEditCell( isReadOnly ), eventBus ); }