Why IVisualElementContainer does not have "getChildren" method defined?
Hi all,
In Flex 3 SDK Container.as has method getChildren() and rawChildren property typed as IChildList.
But In Flex 4 the interface IVisualElementContainer does not have a definition for getChildren() > thus neither SkinnableContainer nor Group have this method defined.
Was this decision made deliberately to simplify the interface API?
I find it convenient to have "getChildren" method implemented inside Group and SkinnableContainer, for example this can be useful if I want to access all visual childs of those containers to pass them along to some manager class or to dynamically set some common property of all childs ( e.g visibility).
