Interface ElasticSearchDataSetDefEditor
-
- All Superinterfaces:
DataSetDefEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>
public interface ElasticSearchDataSetDefEditor extends DataSetDefEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>
The GWT editor contract for beans of type
TODO The attributes serverURL, clusterName, index and type should be not directly referenced here, here should be referenced just the org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor. But gwt editor inheritance is not working in this situation, due to https://github.com/gwtproject/gwt/issues/6340 Please refactor it when bug from gwt is fixed.org.dashbuilder.dataset.def.ElasticSearchDataSetDef.- 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()-
Methods inherited from interface org.dashbuilder.dataset.client.editor.DataSetDefEditor
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
-
-
-
-
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()
-
-