Interface ElasticSearchDataSetDefAttributesEditor.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initWidgets​(org.dashbuilder.common.client.editor.ValueBoxEditor.View serverUrlView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clusterNameView, org.dashbuilder.common.client.editor.ValueBoxEditor.View indexView, org.dashbuilder.common.client.editor.ValueBoxEditor.View typeView)
      Specify the views to use for each sub-editor before calling initWidget.
      • 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 serverUrlView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View clusterNameView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View indexView,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View typeView)

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