@Dependent public class RemoteDataSetEditor extends DataSetEditor<RemoteDataSetDef> implements RemoteDataSetDefEditor
KIE Server/Remote Data Set editor presenter.
DataSetEditor.View
advancedTabItemClickHandler, afterPreviewCommand, backendCacheAttributesEditor, basicAttributesEditor, clientCacheAttributesEditor, clientServices, columnsAndFilterEditor, configurationTabItemClickHandler, dataSetDef, errorEvent, loadingBox, previewTabItemClickHandler, previewTable, providerAttributesEditorView, TAB_ADVANCED, TAB_CONFIGURATION, TAB_PREVIEW, tabChangedEvent, view
Constructor and Description |
---|
RemoteDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor,
RemoteDataSetDefAttributesEditorImpl 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 |
---|---|
ValueBoxEditor<String> |
dataSource() |
ValueBoxEditor<String> |
dbSQL() |
RemoteDataSetDefAttributesEditorImpl |
getAttributesEditor() |
void |
init() |
DropDownEditor |
queryTarget()
GWT EDITOR CONTRACT METHODS **
|
DropDownEditor |
serverTemplateId() |
void |
setValue(RemoteDataSetDef value) |
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, showAdvancedTab, showConfigurationTab, showError, showPreviewTab
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
flush, onPropertyChange
setAcceptableValues
@Inject public RemoteDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, RemoteDataSetDefAttributesEditorImpl 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<RemoteDataSetDef>
public RemoteDataSetDefAttributesEditorImpl getAttributesEditor()
public DropDownEditor queryTarget()
queryTarget
in interface RemoteDataSetDefEditor
public ValueBoxEditor<String> dataSource()
dataSource
in interface RemoteDataSetDefEditor
public ValueBoxEditor<String> dbSQL()
dbSQL
in interface RemoteDataSetDefEditor
public DropDownEditor serverTemplateId()
serverTemplateId
in interface RemoteDataSetDefEditor
public void setValue(RemoteDataSetDef value)
setValue
in interface com.google.gwt.editor.client.ValueAwareEditor<RemoteDataSetDef>
setValue
in class DataSetEditor<RemoteDataSetDef>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.