public interface SQLDataSetDefEditor extends DataSetDefEditor<org.dashbuilder.dataset.def.SQLDataSetDef>
The GWT editor contract for beans of type org.dashbuilder.dataset.def.SQLDataSetDef
.
Modifier and Type | Method and Description |
---|---|
LeafAttributeEditor<String> |
dataSource() |
LeafAttributeEditor<String> |
dbSchema() |
LeafAttributeEditor<String> |
dbSQL() |
LeafAttributeEditor<String> |
dbTable() |
boolean |
isUsingQuery() |
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
flush, onPropertyChange, setValue
setAcceptableValues
LeafAttributeEditor<String> dataSource()
LeafAttributeEditor<String> dbSchema()
LeafAttributeEditor<String> dbTable()
LeafAttributeEditor<String> dbSQL()
@Editor.Ignore boolean isUsingQuery()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.