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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<String>clusterName()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>index()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>serverURL()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>type()
-
-
-
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()
-
-