Interface PrometheusDataSetDefAttributesEditor

  • All Superinterfaces:
    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>

    public interface PrometheusDataSetDefAttributesEditor
    extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.PrometheusDataSetDef>

    The GWT editor contract for the specific attributes of type org.dashbuilder.dataset.def.PrometheusDataSetDef.

    Used to to edit the following sub-set of attributes:

    • serverUrl
    • query
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor

        com.google.gwt.editor.client.Editor.Ignore, com.google.gwt.editor.client.Editor.Path
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> query()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> serverUrl()  
      • Methods inherited from interface com.google.gwt.editor.client.HasEditorDelegate

        setDelegate
      • Methods inherited from interface com.google.gwt.editor.client.ValueAwareEditor

        flush, onPropertyChange, setValue
    • Method Detail

      • serverUrl

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> serverUrl()
      • query

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> query()