Class KafkaDataSetEditor

  • All Implemented Interfaces:
    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>, 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.KafkaDataSetDef>, org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor

    @Dependent
    public class KafkaDataSetEditor
    extends DataSetEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
    implements org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor

    Kafka Data Set editor presenter.

    • Method Detail

      • setValue

        public void setValue​(org.dashbuilder.dataset.def.KafkaDataSetDef value)
        Specified by:
        setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
        Overrides:
        setValue in class DataSetEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
      • host

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()
        Specified by:
        host in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • port

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()
        Specified by:
        port in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • target

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
        Specified by:
        target in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • filter

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()
        Specified by:
        filter in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • clientId

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clientId()
        Specified by:
        clientId in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • nodeId

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()
        Specified by:
        nodeId in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • topic

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()
        Specified by:
        topic in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
      • partition

        public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> partition()
        Specified by:
        partition in interface org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor