Tag Archives: ListCollectionView

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

近日Java/Flex 编程小结,Log, Trace, toString, EventListener, weakreference, JDBC,ListCollectionView

1. Flex中的Trace, Java/Flex中的log, 并不能代表其真实行为.
2. 务必牢记重写toString方法
3. Flex: 在跨越幅度较大, 设计Obj较多时, 使用weakreference的 Event Listener
4. 关于weakreference, 相对普通re

More…

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