首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

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

2012-12-27 
查询面板上加入常用页签面板1.。定义一个常用条件模板,命名为NormalPane , 继承接口INormalQuery?protect

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

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;}
?

?

热点排行