Class PrometheusDataSetEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.DataSetEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>
-
- org.dashbuilder.client.widgets.dataset.editor.prometheus.PrometheusDataSetEditor
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.PrometheusDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>,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.PrometheusDataSetDef>,org.dashbuilder.dataset.client.editor.PrometheusDataSetDefEditor
@Dependent public class PrometheusDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef> implements org.dashbuilder.dataset.client.editor.PrometheusDataSetDefEditor
Prometheus Data Set editor presenter.
-
-
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 PrometheusDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, PrometheusDataSetDefAttributesEditor 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 voidinit()org.dashbuilder.common.client.editor.ValueBoxEditor<String>query()org.dashbuilder.common.client.editor.ValueBoxEditor<String>serverUrl()voidsetValue(org.dashbuilder.dataset.def.PrometheusDataSetDef value)-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, 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
-
PrometheusDataSetEditor
@Inject public PrometheusDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, PrometheusDataSetDefAttributesEditor 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.PrometheusDataSetDef>
-
serverUrl
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> serverUrl()
- Specified by:
serverUrlin interfaceorg.dashbuilder.dataset.client.editor.PrometheusDataSetDefEditor
-
query
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> query()
- Specified by:
queryin interfaceorg.dashbuilder.dataset.client.editor.PrometheusDataSetDefEditor
-
setValue
public void setValue(org.dashbuilder.dataset.def.PrometheusDataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>- Overrides:
setValuein classDataSetEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>
-
-