|
@@ -61,6 +61,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
protected com.kingdee.bos.ctrl.swing.KDLabelContainer contInParameter;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDLabelContainer contOutParameter;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDLabelContainer conterrorInfo;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDLabelContainer contxReqNonce;
|
|
|
protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtCreator;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDDatePicker kDDateCreateTime;
|
|
|
protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtLastUpdateUser;
|
|
@@ -79,6 +80,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
protected com.kingdee.bos.ctrl.swing.KDTextArea txtOutParameter;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPaneerrorInfo;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDTextArea txterrorInfo;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDTextField txtxReqNonce;
|
|
|
protected com.kingdee.eas.custom.shuiyou.interfacelog.LogLnfoInfo editData = null;
|
|
|
/**
|
|
|
* output class constructor
|
|
@@ -158,6 +160,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.contInParameter = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
this.contOutParameter = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
this.conterrorInfo = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
+ this.contxReqNonce = 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();
|
|
@@ -176,6 +179,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.txtOutParameter = new com.kingdee.bos.ctrl.swing.KDTextArea();
|
|
|
this.scrollPaneerrorInfo = new com.kingdee.bos.ctrl.swing.KDScrollPane();
|
|
|
this.txterrorInfo = new com.kingdee.bos.ctrl.swing.KDTextArea();
|
|
|
+ this.txtxReqNonce = new com.kingdee.bos.ctrl.swing.KDTextField();
|
|
|
this.contCreator.setName("contCreator");
|
|
|
this.contCreateTime.setName("contCreateTime");
|
|
|
this.contLastUpdateUser.setName("contLastUpdateUser");
|
|
@@ -191,6 +195,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.contInParameter.setName("contInParameter");
|
|
|
this.contOutParameter.setName("contOutParameter");
|
|
|
this.conterrorInfo.setName("conterrorInfo");
|
|
|
+ this.contxReqNonce.setName("contxReqNonce");
|
|
|
this.prmtCreator.setName("prmtCreator");
|
|
|
this.kDDateCreateTime.setName("kDDateCreateTime");
|
|
|
this.prmtLastUpdateUser.setName("prmtLastUpdateUser");
|
|
@@ -209,6 +214,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.txtOutParameter.setName("txtOutParameter");
|
|
|
this.scrollPaneerrorInfo.setName("scrollPaneerrorInfo");
|
|
|
this.txterrorInfo.setName("txterrorInfo");
|
|
|
+ this.txtxReqNonce.setName("txtxReqNonce");
|
|
|
// CoreUI
|
|
|
this.btnTraceUp.setVisible(false);
|
|
|
this.btnTraceDown.setVisible(false);
|
|
@@ -306,6 +312,11 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.conterrorInfo.setBoundLabelLength(100);
|
|
|
this.conterrorInfo.setBoundLabelUnderline(true);
|
|
|
this.conterrorInfo.setVisible(true);
|
|
|
+ // contxReqNonce
|
|
|
+ this.contxReqNonce.setBoundLabelText(resHelper.getString("contxReqNonce.boundLabelText"));
|
|
|
+ this.contxReqNonce.setBoundLabelLength(100);
|
|
|
+ this.contxReqNonce.setBoundLabelUnderline(true);
|
|
|
+ this.contxReqNonce.setVisible(true);
|
|
|
// prmtCreator
|
|
|
this.prmtCreator.setEnabled(false);
|
|
|
// kDDateCreateTime
|
|
@@ -360,7 +371,12 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.txterrorInfo.setVisible(true);
|
|
|
this.txterrorInfo.setRequired(false);
|
|
|
this.txterrorInfo.setMaxLength(255);
|
|
|
- this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {txtInterfaceAddress,txtEntrance,txtstatus,txtInterfaceName,txtInParameter,txtOutParameter,txterrorInfo}));
|
|
|
+ // txtxReqNonce
|
|
|
+ this.txtxReqNonce.setVisible(true);
|
|
|
+ this.txtxReqNonce.setHorizontalAlignment(2);
|
|
|
+ this.txtxReqNonce.setMaxLength(100);
|
|
|
+ this.txtxReqNonce.setRequired(false);
|
|
|
+ this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {txtInterfaceAddress,txtEntrance,txtstatus,txtInterfaceName,txtInParameter,txtOutParameter,txterrorInfo,txtxReqNonce}));
|
|
|
this.setFocusCycleRoot(true);
|
|
|
//Register control's property binding
|
|
|
registerBindings();
|
|
@@ -418,6 +434,8 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.add(contOutParameter, null);
|
|
|
conterrorInfo.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
this.add(conterrorInfo, null);
|
|
|
+ contxReqNonce.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
+ this.add(contxReqNonce, null);
|
|
|
//contCreator
|
|
|
contCreator.setBoundEditor(prmtCreator);
|
|
|
//contCreateTime
|
|
@@ -454,6 +472,8 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
conterrorInfo.setBoundEditor(scrollPaneerrorInfo);
|
|
|
//scrollPaneerrorInfo
|
|
|
scrollPaneerrorInfo.getViewport().add(txterrorInfo, null);
|
|
|
+ //contxReqNonce
|
|
|
+ contxReqNonce.setBoundEditor(txtxReqNonce);
|
|
|
|
|
|
}
|
|
|
|
|
@@ -644,7 +664,8 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
dataBinder.registerBinding("InterfaceName", String.class, this.txtInterfaceName, "text");
|
|
|
dataBinder.registerBinding("InParameter", String.class, this.txtInParameter, "text");
|
|
|
dataBinder.registerBinding("OutParameter", String.class, this.txtOutParameter, "text");
|
|
|
- dataBinder.registerBinding("errorInfo", String.class, this.txterrorInfo, "text");
|
|
|
+ dataBinder.registerBinding("errorInfo", String.class, this.txterrorInfo, "text");
|
|
|
+ dataBinder.registerBinding("xReqNonce", String.class, this.txtxReqNonce, "text");
|
|
|
}
|
|
|
//Regiester UI State
|
|
|
private void registerUIState(){
|
|
@@ -793,7 +814,8 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
getValidateHelper().registerBindProperty("InterfaceName", ValidateHelper.ON_SAVE);
|
|
|
getValidateHelper().registerBindProperty("InParameter", ValidateHelper.ON_SAVE);
|
|
|
getValidateHelper().registerBindProperty("OutParameter", ValidateHelper.ON_SAVE);
|
|
|
- getValidateHelper().registerBindProperty("errorInfo", ValidateHelper.ON_SAVE);
|
|
|
+ getValidateHelper().registerBindProperty("errorInfo", ValidateHelper.ON_SAVE);
|
|
|
+ getValidateHelper().registerBindProperty("xReqNonce", ValidateHelper.ON_SAVE);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -860,6 +882,7 @@ public abstract class AbstractLogLnfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
sic.add(new SelectorItemInfo("InParameter"));
|
|
|
sic.add(new SelectorItemInfo("OutParameter"));
|
|
|
sic.add(new SelectorItemInfo("errorInfo"));
|
|
|
+ sic.add(new SelectorItemInfo("xReqNonce"));
|
|
|
return sic;
|
|
|
}
|
|
|
|