public interface RemoteDataSetDefAttributesEditor extends com.google.gwt.editor.client.ValueAwareEditor<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:
Modifier and Type | Method and Description |
---|---|
ValueBoxEditor<String> |
dataSource() |
LeafAttributeEditor<String> |
dbSQL() |
LeafAttributeEditor<String> |
queryTarget() |
LeafAttributeEditor<String> |
serverTemplateId() |
LeafAttributeEditor<String> queryTarget()
LeafAttributeEditor<String> serverTemplateId()
ValueBoxEditor<String> dataSource()
LeafAttributeEditor<String> dbSQL()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.