Packageorg.apache.flex.binding
Classpublic class MXMLBeadViewDataBinding
InheritanceMXMLBeadViewDataBinding Inheritance DataBindingBase Inheritance Object
Implements IBead

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

The MXMLBeadViewDataBinding class implements databinding for MXMLBeadView instances. Different classes can have different databinding implementation that optimize for the different lifecycles. For example, an item renderer databinding implementation can wait to execute databindings until the data property is set.



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

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

Constructor.