Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 2.x
Language Found: English
Description
A few times, when I create a new component I've found myself copying
and pasting code from ListBase's "set dataProvider" function to handle
different kinds of input and wrap them with an ICollectionView
implementation. I see that this code is duplicated a few places around
the sdk too. It would be nice if it could somehow be encapsulated so
it could be reused more easily throughout.