Packageorg.swizframework.core
Classpublic class OutjectBean
InheritanceOutjectBean Inheritance Bean Inheritance Object

Default MXML Propertysource



Public Properties
 PropertyDefined By
 InheritedbeanFactory : IBeanFactory
BeanFactory
Bean
 Inheritedinitialized : Boolean = false
Initialzed
Bean
 Inheritedname : String
Name
Bean
  outjectedPropName : String
Name of property on parentBean that became this bean if this bean was an [Outject].
OutjectBean
  parentBean : Bean
Beans that are created in response to [Outject] need a reference to the bean in which they are defined so the resulting binding can be created as a binding to that parent's property.
OutjectBean
 Inheritedprovider : IBeanProvider
Provider
Bean
 Inheritedsource : *
Source
Bean
 Inheritedtype : *
[read-only]
Bean
 InheritedtypeDescriptor : TypeDescriptor
Type Descriptor
Bean
Protected Properties
 PropertyDefined By
 Inherited_source : *
Bean
Public Methods
 MethodDefined By
  
OutjectBean(source:* = null, name:String = null, typeDescriptor:TypeDescriptor = null, provider:IBeanProvider = null)
OutjectBean
 Inherited
toString():String
Bean
Property Detail
outjectedPropNameproperty
public var outjectedPropName:String

Name of property on parentBean that became this bean if this bean was an [Outject].

parentBeanproperty 
public var parentBean:Bean

Beans that are created in response to [Outject] need a reference to the bean in which they are defined so the resulting binding can be created as a binding to that parent's property.

Constructor Detail
OutjectBean()Constructor
public function OutjectBean(source:* = null, name:String = null, typeDescriptor:TypeDescriptor = null, provider:IBeanProvider = null)



Parameters
source:* (default = null)
 
name:String (default = null)
 
typeDescriptor:TypeDescriptor (default = null)
 
provider:IBeanProvider (default = null)