@Dependent public class PrometheusDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, PrometheusDataSetDefAttributesEditor
Prometheus Data Set specific attributes editor presenter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrometheusDataSetDefAttributesEditor.View |
| Modifier and Type | Field and Description |
|---|---|
PrometheusDataSetDefAttributesEditor.View |
view |
| Constructor and Description |
|---|
PrometheusDataSetDefAttributesEditor(DataSetClientServices dataSetClientServices,
ValueBoxEditor<String> serverUrl,
ValueBoxEditor<String> query,
PrometheusDataSetDefAttributesEditor.View view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
flush() |
void |
init() |
void |
onPropertyChange(String... paths) |
ValueBoxEditor<String> |
query() |
ValueBoxEditor<String> |
serverUrl() |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef> delegate) |
void |
setValue(org.dashbuilder.dataset.def.PrometheusDataSetDef value) |
public PrometheusDataSetDefAttributesEditor.View view
@Inject public PrometheusDataSetDefAttributesEditor(DataSetClientServices dataSetClientServices, ValueBoxEditor<String> serverUrl, ValueBoxEditor<String> query, PrometheusDataSetDefAttributesEditor.View view)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic ValueBoxEditor<String> serverUrl()
serverUrl in interface PrometheusDataSetDefAttributesEditorpublic ValueBoxEditor<String> query()
query in interface PrometheusDataSetDefAttributesEditorpublic void flush()
flush in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>public void onPropertyChange(String... paths)
onPropertyChange in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>public void setValue(org.dashbuilder.dataset.def.PrometheusDataSetDef value)
setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef> delegate)
setDelegate in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef>Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.