204205206207208209210
@UiFactory QueryModule initQuery() { return new QueryModule(this.eventBus); } @UiFactory ExportModule initExport() { return new ExportModule(this.eventBus); }