Class ElasticSearchDataSetEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.DataSetEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>
-
- org.dashbuilder.client.widgets.dataset.editor.elasticsearch.ElasticSearchDataSetEditor
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,org.dashbuilder.dataset.client.editor.DataSetDefEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>,org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefEditor
@Dependent public class ElasticSearchDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef> implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefEditor
Elastic Search Data Set editor presenter.
- Since:
- 0.4.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
DataSetEditor.View
-
-
Field Summary
-
Fields inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
advancedTabItemClickHandler, afterPreviewCommand, backendCacheAttributesEditor, basicAttributesEditor, clientCacheAttributesEditor, clientServices, columnsAndFilterEditor, configurationTabItemClickHandler, dataSetDef, errorEvent, loadingBox, previewTabItemClickHandler, previewTable, providerAttributesEditorView, TAB_ADVANCED, TAB_CONFIGURATION, TAB_PREVIEW, tabChangedEvent, view
-
-
Constructor Summary
Constructors Constructor Description ElasticSearchDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, ElasticSearchDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.ValueBoxEditor<String>clusterName()org.dashbuilder.common.client.editor.ValueBoxEditor<String>index()voidinit()org.dashbuilder.common.client.editor.ValueBoxEditor<String>serverURL()GWT EDITOR CONTRACT METHODS **org.dashbuilder.common.client.editor.ValueBoxEditor<String>type()-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, setValue, showAdvancedTab, showConfigurationTab, showError, showPreviewTab
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.dataset.client.editor.DataSetDefEditor
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
-
-
-
-
Constructor Detail
-
ElasticSearchDataSetEditor
@Inject public ElasticSearchDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, ElasticSearchDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view)
-
-
Method Detail
-
init
@PostConstruct public void init()
- Overrides:
initin classDataSetEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>
-
serverURL
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> serverURL()
GWT EDITOR CONTRACT METHODS **- Specified by:
serverURLin interfaceorg.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefEditor
-
clusterName
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> clusterName()
- Specified by:
clusterNamein interfaceorg.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefEditor
-
index
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> index()
- Specified by:
indexin interfaceorg.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefEditor
-
type
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> type()
- Specified by:
typein interfaceorg.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefEditor
-
-