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

 
ArrayCollection 
当数组内的数据被修改了(增删改),组件能有效的获知
myCollection.addEventListener(eui.CollectionEvent.COLLECTION_CHANGE,this.collectionChangeHandler,this);
长度 ArrayCollection.length
addItem()
addItemAt()
removeItemAt()
removeAll();
replaceItemAt( {}, 3 ) ;
getItemIndex( item ) ;
posted @ 2017-08-16 00:20  jason_xiao  阅读(224)  评论(0编辑  收藏  举报