Interface KafkaDataSetDefAttributesEditor

  • All Superinterfaces:
    com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.KafkaDataSetDef>, com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef>, com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>

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

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

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

    • host
    • port
    • target
    • clientId
    • nodeId
    • topic
    • partition
    • 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> clientId()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> partition()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()  
      org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()  
      • 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

      • host

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()
      • port

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()
      • target

        org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
      • filter

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()
      • clientId

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clientId()
      • nodeId

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()
      • topic

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()
      • partition

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