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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor

        com.google.gwt.editor.client.Editor.Ignore, com.google.gwt.editor.client.Editor.Path
    • 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 com.google.gwt.editor.client.HasEditorDelegate

        setDelegate
      • Methods inherited from interface com.google.gwt.editor.client.ValueAwareEditor

        flush, onPropertyChange, setValue
    • 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()