金蝶handler中 collection 代码片段理解
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了金蝶handler中 collection 代码片段理解相关的知识,希望对你有一定的参考价值。
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 代码片段理解的主要内容,如果未能解决你的问题,请参考以下文章
Android源代码解析之-->异步任务AsyncTask
金蝶专业版过账时提示:名称或代码已被使用由于数据移动,未能继续以 NOLOCK 方式扫描