| Package | org.springextensions.actionscript.context.support.mxml |
| SVN browsing | Property.as |
| Fisheye | Property.as |
| Class | public class Property |
| Inheritance | Property Arg AbstractMXMLObject |
Property object. This non-visual component must be declared as
a child component of a ObjectDefinition component.
Default MXML Propertyvalue
See also
Documentation reference: composing mxml based configuration metadata
| Property | Defined by | ||
|---|---|---|---|
![]() | document : Object
The MXML document that created this object.
| AbstractMXMLObject | |
![]() | id : String
The identifier used by
document to refer to this object. | AbstractMXMLObject | |
![]() | isInitialized : Boolean | AbstractMXMLObject | |
| name : String
The name of the property
| Property | ||
![]() | ref : MXMLObjectDefinition
A reference to another
ObjectDefinition in the MXMLApplicationContext
| Arg | |
![]() | type : String
This property can only have a value of 'class' or not be defined at all.
| Arg | |
![]() | value : *
The value of the argument
| Arg | |
| Method | Defined by | ||
|---|---|---|---|
|
Property()
Creates a new
Property instance
| Property | ||
|
clone():*
| Property | ||
![]() |
initializeComponent():void
| Arg | |
![]() |
initialized(document:Object, id:String):void
| AbstractMXMLObject | |
| name | property |
name:String [read-write]The name of the property
Implementation public function get name():String
public function set name(value:String):void
| Property | () | constructor |
public function Property()
Creates a new Property instance
| clone | () | method |
public override function clone():*Returns
* |