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

    • 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

      • 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.dashbuilder.kieserver.RemoteDataSetDef>
      • onPropertyChange

        public void onPropertyChange​(String... paths)
        Specified by:
        onPropertyChange in interface com.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:
        setDelegate in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.kieserver.RemoteDataSetDef>
      • setValue

        public void setValue​(org.dashbuilder.kieserver.RemoteDataSetDef value)
        Specified by:
        setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.kieserver.RemoteDataSetDef>