Interface KafkaDataSetDefAttributesEditor.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void brokerFields()  
      void consumerConstraints()  
      void initWidgets​(org.dashbuilder.common.client.editor.ValueBoxEditor.View hostView, org.dashbuilder.common.client.editor.ValueBoxEditor.View portView, org.dashbuilder.common.client.editor.list.DropDownEditor.View targetView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clientIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View filterView, org.dashbuilder.common.client.editor.ValueBoxEditor.View nodeIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View topicView, org.dashbuilder.common.client.editor.ValueBoxEditor.View partitionView)
      Specify the views to use for each sub-editor before calling initWidget.
      void producerConstraints()  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • initWidgets

        void initWidgets​(org.dashbuilder.common.client.editor.ValueBoxEditor.View hostView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View portView,
                         org.dashbuilder.common.client.editor.list.DropDownEditor.View targetView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View clientIdView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View filterView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View nodeIdView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View topicView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View partitionView)

        Specify the views to use for each sub-editor before calling initWidget.

      • brokerFields

        void brokerFields()
      • consumerConstraints

        void consumerConstraints()
      • producerConstraints

        void producerConstraints()