|
@@ -61,7 +61,7 @@ public abstract class AbstractLogInfoEditUI 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 contxReqNonce;
|
|
|
- protected com.kingdee.bos.ctrl.swing.KDLabelContainer conterrorlnfo;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDLabelContainer conterrorInfo;
|
|
|
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,8 +79,8 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPaneOutParameter;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDTextArea txtOutParameter;
|
|
|
protected com.kingdee.bos.ctrl.swing.KDTextField txtxReqNonce;
|
|
|
- protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPaneerrorlnfo;
|
|
|
- protected com.kingdee.bos.ctrl.swing.KDTextArea txterrorlnfo;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPaneerrorInfo;
|
|
|
+ protected com.kingdee.bos.ctrl.swing.KDTextArea txterrorInfo;
|
|
|
protected com.kingdee.eas.custom.shuiyou.interfacelog.LogInfoInfo editData = null;
|
|
|
/**
|
|
|
* output class constructor
|
|
@@ -160,7 +160,7 @@ public abstract class AbstractLogInfoEditUI 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.contxReqNonce = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
- this.conterrorlnfo = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
|
|
|
+ this.conterrorInfo = 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();
|
|
@@ -178,8 +178,8 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.scrollPaneOutParameter = new com.kingdee.bos.ctrl.swing.KDScrollPane();
|
|
|
this.txtOutParameter = new com.kingdee.bos.ctrl.swing.KDTextArea();
|
|
|
this.txtxReqNonce = new com.kingdee.bos.ctrl.swing.KDTextField();
|
|
|
- this.scrollPaneerrorlnfo = new com.kingdee.bos.ctrl.swing.KDScrollPane();
|
|
|
- this.txterrorlnfo = 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.contCreator.setName("contCreator");
|
|
|
this.contCreateTime.setName("contCreateTime");
|
|
|
this.contLastUpdateUser.setName("contLastUpdateUser");
|
|
@@ -195,7 +195,7 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.contInParameter.setName("contInParameter");
|
|
|
this.contOutParameter.setName("contOutParameter");
|
|
|
this.contxReqNonce.setName("contxReqNonce");
|
|
|
- this.conterrorlnfo.setName("conterrorlnfo");
|
|
|
+ this.conterrorInfo.setName("conterrorInfo");
|
|
|
this.prmtCreator.setName("prmtCreator");
|
|
|
this.kDDateCreateTime.setName("kDDateCreateTime");
|
|
|
this.prmtLastUpdateUser.setName("prmtLastUpdateUser");
|
|
@@ -213,8 +213,8 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.scrollPaneOutParameter.setName("scrollPaneOutParameter");
|
|
|
this.txtOutParameter.setName("txtOutParameter");
|
|
|
this.txtxReqNonce.setName("txtxReqNonce");
|
|
|
- this.scrollPaneerrorlnfo.setName("scrollPaneerrorlnfo");
|
|
|
- this.txterrorlnfo.setName("txterrorlnfo");
|
|
|
+ this.scrollPaneerrorInfo.setName("scrollPaneerrorInfo");
|
|
|
+ this.txterrorInfo.setName("txterrorInfo");
|
|
|
// CoreUI
|
|
|
this.btnTraceUp.setVisible(false);
|
|
|
this.btnTraceDown.setVisible(false);
|
|
@@ -312,11 +312,11 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.contxReqNonce.setBoundLabelLength(100);
|
|
|
this.contxReqNonce.setBoundLabelUnderline(true);
|
|
|
this.contxReqNonce.setVisible(true);
|
|
|
- // conterrorlnfo
|
|
|
- this.conterrorlnfo.setBoundLabelText(resHelper.getString("conterrorlnfo.boundLabelText"));
|
|
|
- this.conterrorlnfo.setBoundLabelLength(100);
|
|
|
- this.conterrorlnfo.setBoundLabelUnderline(true);
|
|
|
- this.conterrorlnfo.setVisible(true);
|
|
|
+ // conterrorInfo
|
|
|
+ this.conterrorInfo.setBoundLabelText(resHelper.getString("conterrorInfo.boundLabelText"));
|
|
|
+ this.conterrorInfo.setBoundLabelLength(100);
|
|
|
+ this.conterrorInfo.setBoundLabelUnderline(true);
|
|
|
+ this.conterrorInfo.setVisible(true);
|
|
|
// prmtCreator
|
|
|
this.prmtCreator.setEnabled(false);
|
|
|
// kDDateCreateTime
|
|
@@ -371,12 +371,12 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.txtxReqNonce.setHorizontalAlignment(2);
|
|
|
this.txtxReqNonce.setMaxLength(100);
|
|
|
this.txtxReqNonce.setRequired(false);
|
|
|
- // scrollPaneerrorlnfo
|
|
|
- // txterrorlnfo
|
|
|
- this.txterrorlnfo.setVisible(true);
|
|
|
- this.txterrorlnfo.setRequired(false);
|
|
|
- this.txterrorlnfo.setMaxLength(255);
|
|
|
- this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {txtInterfaceAddress,txtEntrance,txtstatus,txtInterfaceName,txtInParameter,txtOutParameter,txtxReqNonce,txterrorlnfo}));
|
|
|
+ // scrollPaneerrorInfo
|
|
|
+ // txterrorInfo
|
|
|
+ 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,txtxReqNonce,txterrorInfo}));
|
|
|
this.setFocusCycleRoot(true);
|
|
|
//Register control's property binding
|
|
|
registerBindings();
|
|
@@ -434,8 +434,8 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
this.add(contOutParameter, null);
|
|
|
contxReqNonce.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
this.add(contxReqNonce, null);
|
|
|
- conterrorlnfo.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
- this.add(conterrorlnfo, null);
|
|
|
+ conterrorInfo.setBounds(new Rectangle(0, 0, 270, 19));
|
|
|
+ this.add(conterrorInfo, null);
|
|
|
//contCreator
|
|
|
contCreator.setBoundEditor(prmtCreator);
|
|
|
//contCreateTime
|
|
@@ -470,10 +470,10 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
scrollPaneOutParameter.getViewport().add(txtOutParameter, null);
|
|
|
//contxReqNonce
|
|
|
contxReqNonce.setBoundEditor(txtxReqNonce);
|
|
|
- //conterrorlnfo
|
|
|
- conterrorlnfo.setBoundEditor(scrollPaneerrorlnfo);
|
|
|
- //scrollPaneerrorlnfo
|
|
|
- scrollPaneerrorlnfo.getViewport().add(txterrorlnfo, null);
|
|
|
+ //conterrorInfo
|
|
|
+ conterrorInfo.setBoundEditor(scrollPaneerrorInfo);
|
|
|
+ //scrollPaneerrorInfo
|
|
|
+ scrollPaneerrorInfo.getViewport().add(txterrorInfo, null);
|
|
|
|
|
|
}
|
|
|
|
|
@@ -665,7 +665,7 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
dataBinder.registerBinding("InParameter", String.class, this.txtInParameter, "text");
|
|
|
dataBinder.registerBinding("OutParameter", String.class, this.txtOutParameter, "text");
|
|
|
dataBinder.registerBinding("xReqNonce", String.class, this.txtxReqNonce, "text");
|
|
|
- dataBinder.registerBinding("errorlnfo", String.class, this.txterrorlnfo, "text");
|
|
|
+ dataBinder.registerBinding("errorInfo", String.class, this.txterrorInfo, "text");
|
|
|
}
|
|
|
//Regiester UI State
|
|
|
private void registerUIState(){
|
|
@@ -815,7 +815,7 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
getValidateHelper().registerBindProperty("InParameter", ValidateHelper.ON_SAVE);
|
|
|
getValidateHelper().registerBindProperty("OutParameter", ValidateHelper.ON_SAVE);
|
|
|
getValidateHelper().registerBindProperty("xReqNonce", ValidateHelper.ON_SAVE);
|
|
|
- getValidateHelper().registerBindProperty("errorlnfo", ValidateHelper.ON_SAVE);
|
|
|
+ getValidateHelper().registerBindProperty("errorInfo", ValidateHelper.ON_SAVE);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -882,7 +882,7 @@ public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.cl
|
|
|
sic.add(new SelectorItemInfo("InParameter"));
|
|
|
sic.add(new SelectorItemInfo("OutParameter"));
|
|
|
sic.add(new SelectorItemInfo("xReqNonce"));
|
|
|
- sic.add(new SelectorItemInfo("errorlnfo"));
|
|
|
+ sic.add(new SelectorItemInfo("errorInfo"));
|
|
|
return sic;
|
|
|
}
|
|
|
|