Uses of Interface
org.dashbuilder.client.widgets.dataset.editor.sql.SQLDataSetDefAttributesEditor.View
-
Packages that use SQLDataSetDefAttributesEditor.View Package Description org.dashbuilder.client.widgets.dataset.editor.sql -
-
Uses of SQLDataSetDefAttributesEditor.View in org.dashbuilder.client.widgets.dataset.editor.sql
Classes in org.dashbuilder.client.widgets.dataset.editor.sql that implement SQLDataSetDefAttributesEditor.View Modifier and Type Class Description classSQLDataSetDefAttributesEditorViewThe SQL Data Set attributes editor view.Fields in org.dashbuilder.client.widgets.dataset.editor.sql declared as SQLDataSetDefAttributesEditor.View Modifier and Type Field Description SQLDataSetDefAttributesEditor.ViewSQLDataSetDefAttributesEditor. viewConstructors in org.dashbuilder.client.widgets.dataset.editor.sql with parameters of type SQLDataSetDefAttributesEditor.View Constructor Description SQLDataSetDefAttributesEditor(org.dashbuilder.common.client.editor.list.DropDownEditor dataSource, org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSchema, org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbTable, org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL, org.jboss.errai.common.client.api.Caller<org.dashbuilder.dataset.service.SQLProviderServices> sqlProviderServices, SQLDataSetDefAttributesEditor.View view)
-