Interface RemoteDataSetDefEditor
-
- All Superinterfaces:
org.dashbuilder.dataset.client.editor.DataSetDefEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>,com.google.gwt.editor.client.Editor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,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:
RemoteDataSetEditor
public interface RemoteDataSetDefEditor extends org.dashbuilder.dataset.client.editor.DataSetDefEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
-
-
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()-
Methods inherited from interface org.dashbuilder.dataset.client.editor.DataSetDefEditor
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
-
-
-
-
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()
-
-