读书人

查询面板下加入quot;常用页签quot;面板

发布时间: 2012-12-27 10:17:10 作者: rapoo

查询面板上加入"常用页签"面板

1.。定义一个常用条件模板,命名为NormalPane , 继承接口INormalQuery

?

protected UIDialog createQueryUI() {NormalPanel normalPanel = new NormalPanel();Container parent = this.getBillUI();String pk_corp = this._getCorp().getPrimaryKey();String moduleCode = this.getBillUI()._getModuleCode();String operator = this._getOperator();String busiType = this.getBillUI().getBusinessType();String nodeKey = this.getBillUI().getNodeKey();RentQueryDlgSelf DLG = new RentQueryDlgSelf(parent, normalPanel, pk_corp, moduleCode, operator, busiType, nodeKey);return DLG;}
?

?

读书人网 >编程

热点推荐