Uses of Class
org.dashbuilder.client.widgets.dataset.editor.sql.SQLDataSetDefAttributesEditor
-
Packages that use SQLDataSetDefAttributesEditor Package Description org.dashbuilder.client.widgets.dataset.editor.sql -
-
Uses of SQLDataSetDefAttributesEditor in org.dashbuilder.client.widgets.dataset.editor.sql
Methods in org.dashbuilder.client.widgets.dataset.editor.sql that return SQLDataSetDefAttributesEditor Modifier and Type Method Description SQLDataSetDefAttributesEditorSQLDataSetEditor. getAttributesEditor()Methods in org.dashbuilder.client.widgets.dataset.editor.sql with parameters of type SQLDataSetDefAttributesEditor Modifier and Type Method Description voidSQLDataSetDefAttributesEditorView. init(SQLDataSetDefAttributesEditor presenter)Constructors in org.dashbuilder.client.widgets.dataset.editor.sql with parameters of type SQLDataSetDefAttributesEditor Constructor Description SQLDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, SQLDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view)
-