Packageorg.apache.flex.core
Classpublic class ParentDocumentBead
InheritanceParentDocumentBead Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ParentDocumentBead class looks up the parent chain to find a parent that was written in MXML. Because it is usually rare for an application to need to know this information, an optional bead is used to compute it, instead of baking in the overhead of a recursive infrastucture to store this information. It is intended to be used as a bead in the top-level tag of an MXML document.



Public Properties
 PropertyDefined By
  id : String
An id property for MXML documents.
ParentDocumentBead
  strand : IStrand
[write-only] The host component for this bead.
ParentDocumentBead
Public Methods
 MethodDefined By
  
Constructor.
ParentDocumentBead
Property Detail
idproperty
id:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

An id property for MXML documents.


Implementation
    public function get id():String
    public function set id(value:String):void
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
ParentDocumentBead()Constructor
public function ParentDocumentBead()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.