Interface RemoteDataSetDefAttributesEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
,com.google.gwt.editor.client.HasEditorDelegate<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
,com.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
- All Known Implementing Classes:
RemoteDataSetDefAttributesEditor
public interface RemoteDataSetDefAttributesEditor extends com.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
The GWT editor contract for the specific attributes of type
org.jbpm.workbench.ks.integration.RemoteDataSetDef
.Used to to edit the following sub-set of attributes:
- queryTarget
- dataSource
- dbSQL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<String>
dataSource()
org.dashbuilder.common.client.editor.LeafAttributeEditor<String>
dbSQL()
org.dashbuilder.common.client.editor.LeafAttributeEditor<String>
queryTarget()
org.dashbuilder.common.client.editor.LeafAttributeEditor<String>
serverTemplateId()
-
-
-
Method Detail
-
queryTarget
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> queryTarget()
-
serverTemplateId
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> serverTemplateId()
-
dataSource
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> dataSource()
-
dbSQL
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> dbSQL()
-
-