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 ); }
361362363364365366367368
367368369370371372373374
358359360361362363364365
364365366367368369370371
332333334335336337338339
338339340341342343344345