I make custom wrappers for all my AC's So instead of getItemAt() : Object I have getCustomTypeAt() : CustomType etc.
Its a 10 second copy paste job and well worth it esp when you plan on using this collection more than once. The Web Services AS proxy generation does this. --- In flexcoders@yahoogroups.com, Nick Middleweek <n...@...> wrote: > > Hello, > > Is it possible to specifc a class property to be an ArrayCollection of a > certain Interface rather than just an ArrayCollection? > > > Thanks, > Nick >