Interface ElasticSearchDataSetDefAttributesEditor

  • All Superinterfaces:
    com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>

    public interface ElasticSearchDataSetDefAttributesEditor
    extends com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>

    The GWT editor contract for the specific attributes of type org.dashbuilder.dataset.def.ElasticSearchDataSetDef.

    Used to to edit the following sub-set of attributes:

    • serverURL
    • clusterName
    • index
    • type
    Since:
    0.4.0
    • 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 Detail

      • serverURL

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> serverURL()
      • clusterName

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clusterName()
      • index

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> index()
      • type

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> type()