Container Flex


    
        
            
                import mx.core.UIComponent;
    
                public function addChildToNavigator(value:UIComponent):void{
                    navigator.addChild(value);
                }