Interface SQLDataSetDefAttributesEditor.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initWidgets​(org.dashbuilder.common.client.editor.list.DropDownEditor.View dataSource, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSchema, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbTable, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)
      Specify the views to use for each sub-editor before calling initWidget.
      void query()
      Enables edition for sql attribute dbSQL
      void table()
      Enables edition for sql attribute dbTable
      • 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 dataSource,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSchema,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View dbTable,
                         org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)

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

      • table

        void table()

        Enables edition for sql attribute dbTable

      • query

        void query()

        Enables edition for sql attribute dbSQL