Packageorg.apache.flex.core
Interfacepublic interface IBead
Implementors AlertModel, BinaryUploader, ButtonAutoRepeatController, ChartItemRendererFactory, ComboBoxModel, ConstantBinding, DataItemRendererFactoryForArrayData, DataItemRendererFactoryForColumnData, DateFormatMMDDYYYYBead, DropDownListController, EditableTextKeyboardController, GenericBinding, HTTPService, ImageButtonView, ItemRendererClassFactory, LazyCollection, MixinManager, NonVirtualVerticalLayout, NumericOnlyTextInputBead, PanelModel, PasswordInputBead, RangeModel, SimpleBinding, SimpleStatesImpl, SingleLineBorderBead, SingleLineBorderModel, SliderMouseController, SolidBackgroundBead, TextItemRendererFactoryForArrayData, TextItemRendererFactoryForStringVectorData, TextModel, TextPromptBead, TitleBarModel, ToggleButtonModel, ViewBaseDataBinding, ViewSourceContextMenuOption, Weinre, XAxisBead

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

The IBead interface is the basic interface for 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 told what host component or "strand" they ae attached to.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
IBead
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