Tag Archives: ArrayCollection

Flex: ArrayCollection/ListCollectionView 排序

1. 初始化Sort
protected var sortCodes:Sort = new Sort();
2. 设定Sort的compareFunction; sortCodes.compareFunction = compareFuncCodes
/** 对代码进行排序*/
prot

More…

Posted in ActionScript, Flex | Tagged , , , , , | Leave a comment