Class SQLDataSetEditor

  • All Implemented Interfaces:
    com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.SQLDataSetDef>, com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.SQLDataSetDef>, com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.SQLDataSetDef>, 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.SQLDataSetDef>, org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor

    @Dependent
    public class SQLDataSetEditor
    extends DataSetEditor<org.dashbuilder.dataset.def.SQLDataSetDef>
    implements org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor

    SQL Data Set editor presenter.

    Since:
    0.4.0
    • Method Detail

      • dataSource

        public org.dashbuilder.common.client.editor.list.DropDownEditor dataSource()
        GWT EDITOR CONTRACT METHODS **
        Specified by:
        dataSource in interface org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor
      • dbSchema

        public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSchema()
        Specified by:
        dbSchema in interface org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor
      • dbTable

        public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbTable()
        Specified by:
        dbTable in interface org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor
      • dbSQL

        public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL()
        Specified by:
        dbSQL in interface org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor
      • isUsingQuery

        public boolean isUsingQuery()
        Specified by:
        isUsingQuery in interface org.dashbuilder.dataset.client.editor.SQLDataSetDefEditor
      • setValue

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