152153154155156157158159
eventBus ); } // Make a new Cell for Short columns protected DecoratedGridCellValueAdaptor<Short> makeNumericShortCell() { return new DecoratedGridCellValueAdaptor<Short>( new PopupNumericShortEditCell( isReadOnly ), eventBus ); }