Packageorg.spicefactory.parsley.core.factory
Interfacepublic interface ViewManagerFactory
Deprecated: Please Use BootstrapConfig.viewSettings or ViewSettings MXML tag



Public Properties
 PropertyDefined By
  autowireFilter : ViewAutowireFilter
ViewManagerFactory
  componentAddedEvent : String
ViewManagerFactory
  componentRemovedEvent : String
ViewManagerFactory
  viewRootRemovedEvent : String
ViewManagerFactory
Property Detail
autowireFilterproperty
autowireFilter:ViewAutowireFilter


Implementation
    public function get autowireFilter():ViewAutowireFilter
    public function set autowireFilter(value:ViewAutowireFilter):void
componentAddedEventproperty 
componentAddedEvent:String


Implementation
    public function get componentAddedEvent():String
    public function set componentAddedEvent(value:String):void
componentRemovedEventproperty 
componentRemovedEvent:String


Implementation
    public function get componentRemovedEvent():String
    public function set componentRemovedEvent(value:String):void
viewRootRemovedEventproperty 
viewRootRemovedEvent:String


Implementation
    public function get viewRootRemovedEvent():String
    public function set viewRootRemovedEvent(value:String):void