Interface SQLDataSetDefAttributesEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SQLDataSetDefAttributesEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<SQLDataSetDefAttributesEditor>
- All Known Implementing Classes:
SQLDataSetDefAttributesEditorView
- Enclosing class:
- SQLDataSetDefAttributesEditor
public static interface SQLDataSetDefAttributesEditor.View extends org.uberfire.client.mvp.UberView<SQLDataSetDefAttributesEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitWidgets(org.dashbuilder.common.client.editor.list.DropDownEditor.View dataSource, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSchema, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbTable, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)Specify the views to use for each sub-editor before callinginitWidget.voidquery()Enables edition for sql attributedbSQLvoidtable()Enables edition for sql attributedbTable
-
-
-
Method Detail
-
initWidgets
void initWidgets(org.dashbuilder.common.client.editor.list.DropDownEditor.View dataSource, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSchema, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbTable, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)Specify the views to use for each sub-editor before calling
initWidget.
-
table
void table()
Enables edition for sql attribute
dbTable
-
query
void query()
Enables edition for sql attribute
dbSQL
-
-