Class PrometheusDataSetDefAttributesEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.prometheus.PrometheusDataSetDefAttributesEditor
-
- 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.dataset.client.editor.PrometheusDataSetDefAttributesEditor
@Dependent public class PrometheusDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.PrometheusDataSetDefAttributesEditor
Prometheus Data Set specific attributes editor presenter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrometheusDataSetDefAttributesEditor.View
-
Field Summary
Fields Modifier and Type Field Description PrometheusDataSetDefAttributesEditor.Viewview
-
Constructor Summary
Constructors Constructor Description PrometheusDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, org.dashbuilder.common.client.editor.ValueBoxEditor<String> serverUrl, org.dashbuilder.common.client.editor.ValueBoxEditor<String> query, PrometheusDataSetDefAttributesEditor.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidflush()voidinit()voidonPropertyChange(String... paths)org.dashbuilder.common.client.editor.ValueBoxEditor<String>query()org.dashbuilder.common.client.editor.ValueBoxEditor<String>serverUrl()voidsetDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef> delegate)voidsetValue(org.dashbuilder.dataset.def.PrometheusDataSetDef value)
-
-
-
Field Detail
-
view
public PrometheusDataSetDefAttributesEditor.View view
-
-
Constructor Detail
-
PrometheusDataSetDefAttributesEditor
@Inject public PrometheusDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, org.dashbuilder.common.client.editor.ValueBoxEditor<String> serverUrl, org.dashbuilder.common.client.editor.ValueBoxEditor<String> query, PrometheusDataSetDefAttributesEditor.View view)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
serverUrl
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> serverUrl()
- Specified by:
serverUrlin interfaceorg.dashbuilder.dataset.client.editor.PrometheusDataSetDefAttributesEditor
-
query
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> query()
- Specified by:
queryin interfaceorg.dashbuilder.dataset.client.editor.PrometheusDataSetDefAttributesEditor
-
flush
public void flush()
- Specified by:
flushin interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChangein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>
-
setValue
public void setValue(org.dashbuilder.dataset.def.PrometheusDataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef> delegate)
- Specified by:
setDelegatein interfacecom.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.PrometheusDataSetDef>
-
-