Packagecom.panosalado.controller
Classpublic class Nanny



Protected Properties
 PropertyDefined by
  _managedChildren : Sprite
Nanny
  _panorama : Panorama
Nanny
  _secondaryManagedChildren : Sprite
Nanny
  _tempChildren : Vector
Nanny
  _viewData : ViewData
Nanny
  viewData : ViewData
[write-only]
Nanny
Public Methods
 MethodDefined by
  
Nanny
  
processDependency(reference:Object, characteristics:*):void
Nanny
Protected Methods
 MethodDefined by
  
hideManagedChildren(e:Event):void
Nanny
  
moveManagedChildren(e:Event = null):void
Nanny
  
showManagedChildren(e:Event):void
Nanny
  
startManagingChildren(e:Event):void
Nanny
Property detail
_managedChildrenproperty
protected var _managedChildren:Sprite
_panoramaproperty 
protected var _panorama:Panorama
_secondaryManagedChildrenproperty 
protected var _secondaryManagedChildren:Sprite
_tempChildrenproperty 
protected var _tempChildren:Vector
_viewDataproperty 
protected var _viewData:ViewData
viewDataproperty 
viewData:ViewData  [write-only]Implementation
    protected function set viewData(value:ViewData):void
Constructor detail
Nanny()constructor
public function Nanny()
Method detail
hideManagedChildren()method
protected function hideManagedChildren(e:Event):voidParameters
e:Event
moveManagedChildren()method 
protected function moveManagedChildren(e:Event = null):voidParameters
e:Event (default = null)
processDependency()method 
public function processDependency(reference:Object, characteristics:*):voidParameters
reference:Object
 
characteristics:*
showManagedChildren()method 
protected function showManagedChildren(e:Event):voidParameters
e:Event
startManagingChildren()method 
protected function startManagingChildren(e:Event):voidParameters
e:Event