首页 > 其他 > 详细

金蝶handler中 collection 代码片段理解

时间:2017-03-31 11:56:00      阅读:282      评论:0      收藏:0      [点我收藏+]

1,AtsOverTimeBillBatchEditHandler中collection的理解

1 SelectorItemCollection selectors = new SelectorItemCollection();
2         //自定义集合SelectorItemCollection的定义
3         selectors.add(new SelectorItemInfo("id"));        //集合selectors中添加id
4         selectors.add(new SelectorItemInfo("name"));    //集合selectors中添加name
5         viewInfo.setSelector(selectors);                //给viewInfo设置属性
6         viewInfo.setFilter(temFilterInfo);                //给viewInfo设置过滤条件

 

金蝶handler中 collection 代码片段理解

原文:http://www.cnblogs.com/todayforever/p/6650511.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!