public static interface SQLDataSetDefAttributesEditor.View extends UberView<SQLDataSetDefAttributesEditor>
Modifier and Type | Method and Description |
---|---|
void |
initWidgets(DropDownEditor.View dataSource,
ValueBoxEditor.View dbSchema,
ValueBoxEditor.View dbTable,
ValueBoxEditor.View dbSQL)
Specify the views to use for each sub-editor before calling
initWidget . |
void |
query()
Enables edition for sql attribute
dbSQL |
void |
table()
Enables edition for sql attribute
dbTable |
init
void initWidgets(DropDownEditor.View dataSource, ValueBoxEditor.View dbSchema, ValueBoxEditor.View dbTable, ValueBoxEditor.View dbSQL)
Specify the views to use for each sub-editor before calling initWidget
.
void table()
Enables edition for sql attribute dbTable
void query()
Enables edition for sql attribute dbSQL
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.