@Dependent public class RemoteDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, RemoteDataSetDefAttributesEditor
KIE Server/Remote Data Set specific attributes editor presenter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoteDataSetDefAttributesEditor.View |
| Modifier and Type | Field and Description |
|---|---|
RemoteDataSetDefAttributesEditor.View |
view |
| Constructor and Description |
|---|
RemoteDataSetDefAttributesEditor(org.dashbuilder.common.client.editor.list.DropDownEditor queryTarget,
org.dashbuilder.common.client.editor.list.DropDownEditor serverTemplateId,
org.dashbuilder.common.client.editor.ValueBoxEditor<String> dataSource,
org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL,
RemoteDataSetDefAttributesEditor.View view,
org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.server.management.service.SpecManagementService> specManagementService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget()
GWT EDITOR CONTRACT METHODS **
|
org.dashbuilder.common.client.editor.ValueBoxEditor<String> |
dataSource() |
org.dashbuilder.common.client.editor.ValueBoxEditor<String> |
dbSQL() |
void |
flush() |
void |
init() |
void |
onPropertyChange(String... paths) |
org.dashbuilder.common.client.editor.list.DropDownEditor |
queryTarget() |
org.dashbuilder.common.client.editor.list.DropDownEditor |
serverTemplateId() |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<RemoteDataSetDef> delegate) |
void |
setValue(RemoteDataSetDef value) |
public RemoteDataSetDefAttributesEditor.View view
@Inject
public RemoteDataSetDefAttributesEditor(org.dashbuilder.common.client.editor.list.DropDownEditor queryTarget,
org.dashbuilder.common.client.editor.list.DropDownEditor serverTemplateId,
org.dashbuilder.common.client.editor.ValueBoxEditor<String> dataSource,
org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL,
RemoteDataSetDefAttributesEditor.View view,
org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.server.management.service.SpecManagementService> specManagementService)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic org.dashbuilder.common.client.editor.list.DropDownEditor queryTarget()
queryTarget in interface RemoteDataSetDefAttributesEditorpublic org.dashbuilder.common.client.editor.list.DropDownEditor serverTemplateId()
serverTemplateId in interface RemoteDataSetDefAttributesEditorpublic org.dashbuilder.common.client.editor.ValueBoxEditor<String> dataSource()
dataSource in interface RemoteDataSetDefAttributesEditorpublic org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL()
dbSQL in interface RemoteDataSetDefAttributesEditorpublic void flush()
flush in interface com.google.gwt.editor.client.ValueAwareEditor<RemoteDataSetDef>public void onPropertyChange(String... paths)
onPropertyChange in interface com.google.gwt.editor.client.ValueAwareEditor<RemoteDataSetDef>public void setDelegate(com.google.gwt.editor.client.EditorDelegate<RemoteDataSetDef> delegate)
setDelegate in interface com.google.gwt.editor.client.HasEditorDelegate<RemoteDataSetDef>public void setValue(RemoteDataSetDef value)
setValue in interface com.google.gwt.editor.client.ValueAwareEditor<RemoteDataSetDef>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.