@Dependent public class RemoteDataSetDefAttributesEditorImpl 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 |
RemoteDataSetDefAttributesEditorImpl.View |
| Modifier and Type | Field and Description |
|---|---|
RemoteDataSetDefAttributesEditorImpl.View |
view |
| Constructor and Description |
|---|
RemoteDataSetDefAttributesEditorImpl(DropDownEditor queryTarget,
DropDownEditor serverTemplateId,
ValueBoxEditor<String> dataSource,
ValueBoxEditor<String> dbSQL,
RemoteDataSetDefAttributesEditorImpl.View view,
org.jboss.errai.common.client.api.Caller<KieServerConnectionInfoProvider> specManagementService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget()
GWT EDITOR CONTRACT METHODS **
|
ValueBoxEditor<String> |
dataSource() |
ValueBoxEditor<String> |
dbSQL() |
void |
flush() |
void |
init() |
void |
onPropertyChange(String... paths) |
DropDownEditor |
queryTarget() |
DropDownEditor |
serverTemplateId() |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<RemoteDataSetDef> delegate) |
void |
setValue(RemoteDataSetDef value) |
public RemoteDataSetDefAttributesEditorImpl.View view
@Inject public RemoteDataSetDefAttributesEditorImpl(DropDownEditor queryTarget, DropDownEditor serverTemplateId, ValueBoxEditor<String> dataSource, ValueBoxEditor<String> dbSQL, RemoteDataSetDefAttributesEditorImpl.View view, org.jboss.errai.common.client.api.Caller<KieServerConnectionInfoProvider> specManagementService)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic DropDownEditor queryTarget()
queryTarget in interface RemoteDataSetDefAttributesEditorpublic DropDownEditor serverTemplateId()
serverTemplateId in interface RemoteDataSetDefAttributesEditorpublic ValueBoxEditor<String> dataSource()
dataSource in interface RemoteDataSetDefAttributesEditorpublic 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 © 2012–2021 JBoss by Red Hat. All rights reserved.