@Dependent public class ElasticSearchDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef> implements com.google.gwt.user.client.ui.IsWidget, ElasticSearchDataSetDefEditor
Elastic Search Data Set editor presenter.
DataSetEditor.View
advancedTabItemClickHandler, afterPreviewCommand, backendCacheAttributesEditor, basicAttributesEditor, clientCacheAttributesEditor, clientServices, columnsAndFilterEditor, configurationTabItemClickHandler, dataSetDef, errorEvent, loadingBox, previewTabItemClickHandler, previewTable, providerAttributesEditorView, TAB_ADVANCED, TAB_CONFIGURATION, TAB_PREVIEW, tabChangedEvent, view
Constructor and Description |
---|
ElasticSearchDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor,
ElasticSearchDataSetDefAttributesEditor attributesEditor,
DataSetDefColumnsFilterEditor columnsAndFilterEditor,
DataSetDefPreviewTable previewTable,
DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor,
DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor,
DataSetDefRefreshAttributesEditor refreshEditor,
DataSetClientServices clientServices,
LoadingBox loadingBox,
javax.enterprise.event.Event<ErrorEvent> errorEvent,
javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent,
DataSetEditor.View view) |
Modifier and Type | Method and Description |
---|---|
ValueBoxEditor<String> |
clusterName() |
ValueBoxEditor<String> |
index() |
void |
init() |
ValueBoxEditor<String> |
serverURL()
GWT EDITOR CONTRACT METHODS **
|
ValueBoxEditor<String> |
type() |
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, setValue, showAdvancedTab, showConfigurationTab, showError, showPreviewTab
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
flush, onPropertyChange, setValue
setAcceptableValues
@Inject public ElasticSearchDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, ElasticSearchDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view)
@PostConstruct public void init()
init
in class DataSetEditor<org.dashbuilder.dataset.def.ElasticSearchDataSetDef>
public ValueBoxEditor<String> serverURL()
serverURL
in interface ElasticSearchDataSetDefEditor
public ValueBoxEditor<String> clusterName()
clusterName
in interface ElasticSearchDataSetDefEditor
public ValueBoxEditor<String> index()
index
in interface ElasticSearchDataSetDefEditor
public ValueBoxEditor<String> type()
type
in interface ElasticSearchDataSetDefEditor
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.