EditorPanel queryEditorPanel = initQueryEditorPanel(params);
Form<String> editorForm = initForm(queryEditorPanel);
initButtons(queryEditorPanel, editorForm);
queryResultExport = new QueryResultExport(this, exporter);
queryErrorLabel = initQueryErrorLabel();
}