Packageorg.springextensions.actionscript.context.support.mxml
SVN browsingProperty.as
FisheyeProperty.as
Classpublic class Property
InheritanceProperty Inheritance Arg Inheritance AbstractMXMLObject

MXML representation of a Property object. This non-visual component must be declared as a child component of a ObjectDefinition component.

Default MXML Propertyvalue

See also

ObjectDefinition


Documentation reference: composing mxml based configuration metadata


Public Properties
 PropertyDefined by
 Inheriteddocument : Object
The MXML document that created this object.
AbstractMXMLObject
 Inheritedid : String
The identifier used by document to refer to this object.
AbstractMXMLObject
 InheritedisInitialized : Boolean
AbstractMXMLObject
  name : String
The name of the property
Property
 Inheritedref : MXMLObjectDefinition
A reference to another ObjectDefinition in the MXMLApplicationContext
Arg
 Inheritedtype : String
This property can only have a value of 'class' or not be defined at all.
Arg
 Inheritedvalue : *
The value of the argument
Arg
Protected Properties
 PropertyDefined by
 Inherited_isInitialized : Boolean = false
AbstractMXMLObject
Public Methods
 MethodDefined by
  
Creates a new Property instance
Property
  
clone():*
Property
 Inherited
Arg
 Inherited
initialized(document:Object, id:String):void
AbstractMXMLObject
Protected Methods
 MethodDefined by
 Inherited
AbstractMXMLObject
Property detail
nameproperty
name:String  [read-write]

The name of the property

Implementation
    public function get name():String
    public function set name(value:String):void
Constructor detail
Property()constructor
public function Property()

Creates a new Property instance

Method detail
clone()method
public override function clone():*

Returns
*