323324325326327328329330
eventBus ); } // Make a new Cell for Timer columns private DecoratedGridCellValueAdaptor<String> makeTimerCell() { return new DecoratedGridCellValueAdaptor<String>( new PopupTextEditCell( isReadOnly ), eventBus ); }
329330331332333334335336
eventBus ); } // Make a new Cell for Calendars columns private DecoratedGridCellValueAdaptor<String> makeCalendarsCell() { return new DecoratedGridCellValueAdaptor<String>( new PopupTextEditCell( isReadOnly ), eventBus ); }