Interface RemoteDataSetDefAttributesEditor.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initWidgets​(org.dashbuilder.common.client.editor.list.DropDownEditor.View queryTarget, org.dashbuilder.common.client.editor.list.DropDownEditor.View serverTemplateId, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSourceName, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)
      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.list.DropDownEditor.View queryTarget,
                         org.dashbuilder.common.client.editor.list.DropDownEditor.View serverTemplateId,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSourceName,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)

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