Packageorg.apache.flex.utils
Classpublic class MixinManager
InheritanceMixinManager Inheritance Object
Implements IBead

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

The MixinManager class is the class that instantiates mixins linked into the application. Mixins are classes with [Mixin] metadata and are often linked in via the -includes option.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
MixinManager
Public Methods
 MethodDefined By
  
Constructor.
MixinManager
Property Detail
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
MixinManager()Constructor
public function MixinManager()

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

Constructor.