Class RemoteDataSetDefAttributesEditorImpl
- java.lang.Object
-
- org.dashbuilder.client.kieserver.dataset.editor.impl.RemoteDataSetDefAttributesEditorImpl
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.kieserver.RemoteDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.kieserver.RemoteDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.RemoteDataSetDef>,com.google.gwt.user.client.ui.IsWidget,RemoteDataSetDefAttributesEditor
@Dependent public class RemoteDataSetDefAttributesEditorImpl 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 interfaceRemoteDataSetDefAttributesEditorImpl.View
-
Field Summary
Fields Modifier and Type Field Description RemoteDataSetDefAttributesEditorImpl.Viewview
-
Constructor Summary
Constructors Constructor Description RemoteDataSetDefAttributesEditorImpl(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, RemoteDataSetDefAttributesEditorImpl.View view, org.jboss.errai.common.client.api.Caller<org.dashbuilder.kieserver.KieServerConnectionInfoProvider> specManagementService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()GWT EDITOR CONTRACT METHODS **org.dashbuilder.common.client.editor.ValueBoxEditor<String>dataSource()org.dashbuilder.common.client.editor.ValueBoxEditor<String>dbSQL()voidflush()voidinit()voidonPropertyChange(String... paths)org.dashbuilder.common.client.editor.list.DropDownEditorqueryTarget()org.dashbuilder.common.client.editor.list.DropDownEditorserverTemplateId()voidsetDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.kieserver.RemoteDataSetDef> delegate)voidsetValue(org.dashbuilder.kieserver.RemoteDataSetDef value)
-
-
-
Field Detail
-
view
public RemoteDataSetDefAttributesEditorImpl.View view
-
-
Constructor Detail
-
RemoteDataSetDefAttributesEditorImpl
@Inject public RemoteDataSetDefAttributesEditorImpl(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, RemoteDataSetDefAttributesEditorImpl.View view, org.jboss.errai.common.client.api.Caller<org.dashbuilder.kieserver.KieServerConnectionInfoProvider> specManagementService)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
GWT EDITOR CONTRACT METHODS **- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
queryTarget
public org.dashbuilder.common.client.editor.list.DropDownEditor queryTarget()
- Specified by:
queryTargetin interfaceRemoteDataSetDefAttributesEditor
-
serverTemplateId
public org.dashbuilder.common.client.editor.list.DropDownEditor serverTemplateId()
- Specified by:
serverTemplateIdin interfaceRemoteDataSetDefAttributesEditor
-
dataSource
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dataSource()
- Specified by:
dataSourcein interfaceRemoteDataSetDefAttributesEditor
-
dbSQL
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> dbSQL()
- Specified by:
dbSQLin interfaceRemoteDataSetDefAttributesEditor
-
flush
public void flush()
- Specified by:
flushin interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.RemoteDataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChangein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.RemoteDataSetDef>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.kieserver.RemoteDataSetDef> delegate)
- Specified by:
setDelegatein interfacecom.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.kieserver.RemoteDataSetDef>
-
setValue
public void setValue(org.dashbuilder.kieserver.RemoteDataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.RemoteDataSetDef>
-
-