Interface RemoteDataSetDefAttributesEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.kieserver.RemoteDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.kieserver.RemoteDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.RemoteDataSetDef>
- All Known Implementing Classes:
RemoteDataSetDefAttributesEditorImpl
public interface RemoteDataSetDefAttributesEditor extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.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.ValueBoxEditor<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.ValueBoxEditor<String> dataSource()
-
dbSQL
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> dbSQL()
-
-