摘要:
当Array的数据发生变化的时候,用它作为数据源的控件不能感知这种变化。 例如:myArray.push("new value"); 这时,如果一个List用它作为dataProvider,List的列表中不会增加新加入的这个值。 而当ArrayCollection的数据发生变化的时候,能够通知控件发生变化。 例如:myArrayCollection.addItem("new item"); ... 阅读全文
posted @ 2010-05-19 17:29
漫长路
阅读(1359)
评论(0)
推荐(2)