|
|
@@ -63,6 +63,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
protected com.kingdee.bos.ctrl.swing.KDLabelContainer contrequestParams;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDLabelContainer contsignFlowId;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDLabelContainer contfileName;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDLabelContainer contefileId;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDLabelContainer contesignName;
|
|
|
protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtCreator;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDDatePicker kDDateCreateTime;
|
|
|
protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtLastUpdateUser;
|
|
|
@@ -83,6 +85,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
protected com.kingdee.bos.ctrl.swing.KDTextField txtsignFlowId;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPanefileName;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDTextArea txtfileName;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDTextField txtefileId;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDComboBox esignName;
|
|
|
protected com.kingdee.eas.custom.esign.ESignGlobalStatusOverviewInfo editData = null;
|
|
|
/**
|
|
|
* output class constructor
|
|
|
@@ -164,6 +168,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.contrequestParams = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
this.contsignFlowId = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
this.contfileName = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
+ this.contefileId = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
+ this.contesignName = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
this.prmtCreator = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
|
|
|
this.kDDateCreateTime = new com.kingdee.bos.ctrl.swing.KDDatePicker();
|
|
|
this.prmtLastUpdateUser = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
|
|
|
@@ -184,6 +190,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.txtsignFlowId = new com.kingdee.bos.ctrl.swing.KDTextField();
|
|
|
this.scrollPanefileName = new com.kingdee.bos.ctrl.swing.KDScrollPane();
|
|
|
this.txtfileName = new com.kingdee.bos.ctrl.swing.KDTextArea();
|
|
|
+ this.txtefileId = new com.kingdee.bos.ctrl.swing.KDTextField();
|
|
|
+ this.esignName = new com.kingdee.bos.ctrl.swing.KDComboBox();
|
|
|
this.contCreator.setName("contCreator");
|
|
|
this.contCreateTime.setName("contCreateTime");
|
|
|
this.contLastUpdateUser.setName("contLastUpdateUser");
|
|
|
@@ -201,6 +209,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.contrequestParams.setName("contrequestParams");
|
|
|
this.contsignFlowId.setName("contsignFlowId");
|
|
|
this.contfileName.setName("contfileName");
|
|
|
+ this.contefileId.setName("contefileId");
|
|
|
+ this.contesignName.setName("contesignName");
|
|
|
this.prmtCreator.setName("prmtCreator");
|
|
|
this.kDDateCreateTime.setName("kDDateCreateTime");
|
|
|
this.prmtLastUpdateUser.setName("prmtLastUpdateUser");
|
|
|
@@ -221,6 +231,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.txtsignFlowId.setName("txtsignFlowId");
|
|
|
this.scrollPanefileName.setName("scrollPanefileName");
|
|
|
this.txtfileName.setName("txtfileName");
|
|
|
+ this.txtefileId.setName("txtefileId");
|
|
|
+ this.esignName.setName("esignName");
|
|
|
// CoreUI
|
|
|
this.btnTraceUp.setVisible(false);
|
|
|
this.btnTraceDown.setVisible(false);
|
|
|
@@ -328,6 +340,16 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.contfileName.setBoundLabelLength(100);
|
|
|
this.contfileName.setBoundLabelUnderline(true);
|
|
|
this.contfileName.setVisible(true);
|
|
|
+ // contefileId
|
|
|
+ this.contefileId.setBoundLabelText(resHelper.getString("contefileId.boundLabelText"));
|
|
|
+ this.contefileId.setBoundLabelLength(100);
|
|
|
+ this.contefileId.setBoundLabelUnderline(true);
|
|
|
+ this.contefileId.setVisible(true);
|
|
|
+ // contesignName
|
|
|
+ this.contesignName.setBoundLabelText(resHelper.getString("contesignName.boundLabelText"));
|
|
|
+ this.contesignName.setBoundLabelLength(100);
|
|
|
+ this.contesignName.setBoundLabelUnderline(true);
|
|
|
+ this.contesignName.setVisible(true);
|
|
|
// prmtCreator
|
|
|
this.prmtCreator.setEnabled(false);
|
|
|
// kDDateCreateTime
|
|
|
@@ -396,7 +418,16 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.txtfileName.setVisible(true);
|
|
|
this.txtfileName.setRequired(false);
|
|
|
this.txtfileName.setMaxLength(500);
|
|
|
- this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {prmtperson,prmtoperator,sendStatus,esignStatus,txtapiNumber,txterrorMsg,txtrequestParams,txtsignFlowId,txtfileName}));
|
|
|
+ // txtefileId
|
|
|
+ this.txtefileId.setVisible(true);
|
|
|
+ this.txtefileId.setHorizontalAlignment(2);
|
|
|
+ this.txtefileId.setMaxLength(200);
|
|
|
+ this.txtefileId.setRequired(false);
|
|
|
+ // esignName
|
|
|
+ this.esignName.setVisible(true);
|
|
|
+ this.esignName.addItems(EnumUtils.getEnumList("com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum").toArray());
|
|
|
+ this.esignName.setRequired(false);
|
|
|
+ this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {prmtperson,prmtoperator,sendStatus,esignStatus,txtapiNumber,txterrorMsg,txtrequestParams,txtsignFlowId,txtfileName,txtefileId,esignName}));
|
|
|
this.setFocusCycleRoot(true);
|
|
|
//Register control's property binding
|
|
|
registerBindings();
|
|
|
@@ -458,6 +489,10 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
this.add(contsignFlowId, null);
|
|
|
contfileName.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
this.add(contfileName, null);
|
|
|
+ contefileId.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
+ this.add(contefileId, null);
|
|
|
+ contesignName.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
+ this.add(contesignName, null);
|
|
|
//contCreator
|
|
|
contCreator.setBoundEditor(prmtCreator);
|
|
|
//contCreateTime
|
|
|
@@ -498,6 +533,10 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
contfileName.setBoundEditor(scrollPanefileName);
|
|
|
//scrollPanefileName
|
|
|
scrollPanefileName.getViewport().add(txtfileName, null);
|
|
|
+ //contefileId
|
|
|
+ contefileId.setBoundEditor(txtefileId);
|
|
|
+ //contesignName
|
|
|
+ contesignName.setBoundEditor(esignName);
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -690,7 +729,9 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
dataBinder.registerBinding("errorMsg", String.class, this.txterrorMsg, "text");
|
|
|
dataBinder.registerBinding("requestParams", String.class, this.txtrequestParams, "text");
|
|
|
dataBinder.registerBinding("signFlowId", String.class, this.txtsignFlowId, "text");
|
|
|
- dataBinder.registerBinding("fileName", String.class, this.txtfileName, "text");
|
|
|
+ dataBinder.registerBinding("fileName", String.class, this.txtfileName, "text");
|
|
|
+ dataBinder.registerBinding("efileId", String.class, this.txtefileId, "text");
|
|
|
+ dataBinder.registerBinding("esignName", com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum.class, this.esignName, "selectedItem");
|
|
|
}
|
|
|
//Regiester UI State
|
|
|
private void registerUIState(){
|
|
|
@@ -841,7 +882,9 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
getValidateHelper().registerBindProperty("errorMsg", ValidateHelper.ON_SAVE);
|
|
|
getValidateHelper().registerBindProperty("requestParams", ValidateHelper.ON_SAVE);
|
|
|
getValidateHelper().registerBindProperty("signFlowId", ValidateHelper.ON_SAVE);
|
|
|
- getValidateHelper().registerBindProperty("fileName", ValidateHelper.ON_SAVE);
|
|
|
+ getValidateHelper().registerBindProperty("fileName", ValidateHelper.ON_SAVE);
|
|
|
+ getValidateHelper().registerBindProperty("efileId", ValidateHelper.ON_SAVE);
|
|
|
+ getValidateHelper().registerBindProperty("esignName", ValidateHelper.ON_SAVE);
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -928,6 +971,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
sic.add(new SelectorItemInfo("requestParams"));
|
|
|
sic.add(new SelectorItemInfo("signFlowId"));
|
|
|
sic.add(new SelectorItemInfo("fileName"));
|
|
|
+ sic.add(new SelectorItemInfo("efileId"));
|
|
|
+ sic.add(new SelectorItemInfo("esignName"));
|
|
|
return sic;
|
|
|
}
|
|
|
|
|
|
@@ -1069,6 +1114,7 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
|
|
|
protected void applyDefaultValue(IObjectValue vo) {
|
|
|
vo.put("sendStatus",new Integer(1));
|
|
|
vo.put("esignStatus",new Integer(0));
|
|
|
+vo.put("esignName","EsignAppId");
|
|
|
|
|
|
}
|
|
|
protected void setFieldsNull(com.kingdee.bos.dao.AbstractObjectValue arg0) {
|