Packageorg.apache.flex.core
Interfacepublic interface IStrandWithModel extends IStrand
Implementors UIBase, UIButtonBase

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

The IStrand interface is the basic interface for a host component for a set of plug-ins known as Beads. In FlexJS, the recommended pattern is to break out optional functionality into small plug-ins that can be re-used in other components, or replaced with different implementations optimized for different things such as size, performance, advanced features, debugging, etc. Beads are added to and removed from a Strand and can find and coordinate with other beads on the strand.



Public Properties
 PropertyDefined By
  model : Object
[read-only] Each Strand has an model object.
IStrandWithModel
Public Methods
 MethodDefined By
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
IStrand
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
IStrand
 Inherited
Remove a bead from the strand.
IStrand
Property Detail
modelproperty
model:Object  [read-only]

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

Each Strand has an model object.


Implementation
    public function get model():Object