132133134135136137138139140141
{ ConsoleIconBundle icons = GWT.create(ConsoleIconBundle.class); return new MenuSection( "Reporting", icons.reportIcon(), new ReportEditorNavigation(appContext) ); } }
6869707172737475767778
{ super(); this.appContext = appContext; ConsoleIconBundle icons = GWT.create(ConsoleIconBundle.class); setTitle("Process Reports"); setIcon(icons.reportIcon()); } public boolean isInitialized() { return isInitialized;