Class RemoteDataSetDefAttributesEditor
- java.lang.Object
-
- org.jbpm.dashboard.dataset.editor.impl.RemoteDataSetDefAttributesEditor
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
,com.google.gwt.editor.client.HasEditorDelegate<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
,com.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
,com.google.gwt.user.client.ui.IsWidget
,RemoteDataSetDefAttributesEditor
@Dependent public class RemoteDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, RemoteDataSetDefAttributesEditor
KIE Server/Remote Data Set specific attributes editor presenter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RemoteDataSetDefAttributesEditor.View
-
Field Summary
Fields Modifier and Type Field Description RemoteDataSetDefAttributesEditor.View
view
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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<org.jbpm.workbench.ks.integration.RemoteDataSetDef> delegate)
void
setValue(org.jbpm.workbench.ks.integration.RemoteDataSetDef value)
-
-
-
Field Detail
-
view
public RemoteDataSetDefAttributesEditor.View view
-
-
Constructor Detail
-
RemoteDataSetDefAttributesEditor
@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)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
GWT EDITOR CONTRACT METHODS **- Specified by:
asWidget
in interfacecom.google.gwt.user.client.ui.IsWidget
-
queryTarget
public org.dashbuilder.common.client.editor.list.DropDownEditor queryTarget()
- Specified by:
queryTarget
in interfaceRemoteDataSetDefAttributesEditor
-
serverTemplateId
public org.dashbuilder.common.client.editor.list.DropDownEditor serverTemplateId()
- Specified by:
serverTemplateId
in interfaceRemoteDataSetDefAttributesEditor
-
dataSource
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dataSource()
- Specified by:
dataSource
in interfaceRemoteDataSetDefAttributesEditor
-
dbSQL
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL()
- Specified by:
dbSQL
in interfaceRemoteDataSetDefAttributesEditor
-
flush
public void flush()
- Specified by:
flush
in interfacecom.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChange
in interfacecom.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.jbpm.workbench.ks.integration.RemoteDataSetDef> delegate)
- Specified by:
setDelegate
in interfacecom.google.gwt.editor.client.HasEditorDelegate<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
-
setValue
public void setValue(org.jbpm.workbench.ks.integration.RemoteDataSetDef value)
- Specified by:
setValue
in interfacecom.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
-
-