Search in sources :

Example 1 with DataSourceWizard

use of org.jboss.hal.client.configuration.subsystem.datasource.wizard.DataSourceWizard in project console by hal.

the class DataSourceColumn method showWizard.

private void showWizard(List<DataSource> dataSources, List<JdbcDriver> drivers, boolean xa) {
    DataSourceWizard wizard = new DataSourceWizard(this, metadataRegistry, dispatcher, eventBus, statementContext, environment, progress, resources, templates, dataSources, drivers, xa);
    wizard.show();
}
Also used : DataSourceWizard(org.jboss.hal.client.configuration.subsystem.datasource.wizard.DataSourceWizard)

Aggregations

DataSourceWizard (org.jboss.hal.client.configuration.subsystem.datasource.wizard.DataSourceWizard)1