@Dependent public class SQLDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.SQLDataSetDef> implements SQLDataSetDefEditor
SQL Data Set editor presenter.
DataSetEditor.ViewadvancedTabItemClickHandler, afterPreviewCommand, backendCacheAttributesEditor, basicAttributesEditor, clientCacheAttributesEditor, clientServices, columnsAndFilterEditor, configurationTabItemClickHandler, dataSetDef, errorEvent, loadingBox, previewTabItemClickHandler, previewTable, providerAttributesEditorView, TAB_ADVANCED, TAB_CONFIGURATION, TAB_PREVIEW, tabChangedEvent, view| Constructor and Description |
|---|
SQLDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor,
SQLDataSetDefAttributesEditor attributesEditor,
DataSetDefColumnsFilterEditor columnsAndFilterEditor,
DataSetDefPreviewTable previewTable,
DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor,
DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor,
DataSetDefRefreshAttributesEditor refreshEditor,
DataSetClientServices clientServices,
LoadingBox loadingBox,
javax.enterprise.event.Event<ErrorEvent> errorEvent,
javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent,
DataSetEditor.View view) |
| Modifier and Type | Method and Description |
|---|---|
DropDownEditor |
dataSource()
GWT EDITOR CONTRACT METHODS **
|
ValueBoxEditor<String> |
dbSchema() |
ValueBoxEditor<String> |
dbSQL() |
ValueBoxEditor<String> |
dbTable() |
SQLDataSetDefAttributesEditor |
getAttributesEditor() |
void |
init() |
boolean |
isUsingQuery() |
void |
setValue(org.dashbuilder.dataset.def.SQLDataSetDef value) |
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, showAdvancedTab, showConfigurationTab, showError, showPreviewTabclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditorflush, onPropertyChangesetAcceptableValues@Inject public SQLDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, SQLDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view)
@PostConstruct public void init()
init in class DataSetEditor<org.dashbuilder.dataset.def.SQLDataSetDef>public SQLDataSetDefAttributesEditor getAttributesEditor()
public DropDownEditor dataSource()
dataSource in interface SQLDataSetDefEditorpublic ValueBoxEditor<String> dbSchema()
dbSchema in interface SQLDataSetDefEditorpublic ValueBoxEditor<String> dbTable()
dbTable in interface SQLDataSetDefEditorpublic ValueBoxEditor<String> dbSQL()
dbSQL in interface SQLDataSetDefEditorpublic boolean isUsingQuery()
isUsingQuery in interface SQLDataSetDefEditorpublic void setValue(org.dashbuilder.dataset.def.SQLDataSetDef value)
setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.SQLDataSetDef>setValue in class DataSetEditor<org.dashbuilder.dataset.def.SQLDataSetDef>Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.