If I understood you, you want to access the views children from the
execute method, is it?
If so, you should add a property for this view (propably a Container
subclass) in the event that's mapped to this control on the controler.
The controler class has an initialize method which does this mapping
(command / event).
Then, in your command, you just have to access the event property, like:
var myView:MyTYpe=e.myEventProperty as MyType

Hope it helps.



Reply via email to