146147148149150151152153
eventBus ); } // Make a new Cell for Long columns protected DecoratedGridCellValueAdaptor<Long> makeNumericLongCell() { return new DecoratedGridCellValueAdaptor<Long>( new PopupNumericLongEditCell( isReadOnly ), eventBus ); }