码迷,mamicode.com
首页 > 编程语言 > 详细

EUI库 - 9 - 数据集合 - 数组集合

时间:2017-08-16 00:52:28      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:table   eve   数据   event   array   item   replace   onchange   数据集   

 
ArrayCollection 
当数组内的数据被修改了(增删改),组件能有效的获知
myCollection.addEventListener(eui.CollectionEvent.COLLECTION_CHANGE,this.collectionChangeHandler,this);
长度 ArrayCollection.length
addItem()
addItemAt()
removeItemAt()
removeAll();
replaceItemAt( {}, 3 ) ;
getItemIndex( item ) ;

EUI库 - 9 - 数据集合 - 数组集合

标签:table   eve   数据   event   array   item   replace   onchange   数据集   

原文地址:http://www.cnblogs.com/jason-beijing/p/7368498.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!