335336337338339340341342
eventBus ); } // Make a new Cell for Rule Analysis columns private DecoratedGridCellValueAdaptor<Analysis> makeRowAnalysisCell() { return new DecoratedGridCellValueAdaptor<Analysis>( new AnalysisCell(), eventBus ); }