Class 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.

    • 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

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        GWT EDITOR CONTRACT METHODS **
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • flush

        public void flush()
        Specified by:
        flush in interface com.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>
      • onPropertyChange

        public void onPropertyChange​(String... paths)
        Specified by:
        onPropertyChange in interface com.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 interface com.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 interface com.google.gwt.editor.client.ValueAwareEditor<org.jbpm.workbench.ks.integration.RemoteDataSetDef>