public interface SQLDataSetDefAttributesEditor
extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.SQLDataSetDef>
The GWT editor contract for the specific attributes of type org.dashbuilder.dataset.def.SQLDataSetDef
.
Used to to edit the following sub-set of attributes:
It is a ValueAwareEditor as must nullify dbTable or dbSQL editors at runtime depending on instance value.
Modifier and Type | Method and Description |
---|---|
LeafAttributeEditor<String> |
dataSource() |
LeafAttributeEditor<String> |
dbSchema() |
LeafAttributeEditor<String> |
dbSQL() |
LeafAttributeEditor<String> |
dbTable() |
boolean |
isUsingQuery() |
LeafAttributeEditor<String> dataSource()
LeafAttributeEditor<String> dbSchema()
LeafAttributeEditor<String> dbTable()
LeafAttributeEditor<String> dbSQL()
@Editor.Ignore boolean isUsingQuery()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.