Packageorg.apache.flex.html.beads
Classpublic class TextItemRendererFactoryForArrayData
InheritanceTextItemRendererFactoryForArrayData Inheritance Object
Implements IBead, IDataProviderItemRendererMapper

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

The TextItemRendererFactoryForArrayData class is the IDataProviderItemRendererMapper for creating ITextItemRenderers and assigning them data from an array. Other IDataProviderItemRendererMapper implementations assign specific array or vector types to item renderers expecting those types.



Public Properties
 PropertyDefined By
  itemRendererFactory : IItemRendererClassFactory
An IItemRendererClassFactory that should generate ITextItemRenderers
TextItemRendererFactoryForArrayData
  strand : IStrand
[write-only] The host component for this bead.
TextItemRendererFactoryForArrayData
Protected Properties
 PropertyDefined By
  dataGroup : IItemRendererParent
The IItemRendererParent that should parent the ITextItemRenderers
TextItemRendererFactoryForArrayData
Public Methods
 MethodDefined By
  
Constructor.
TextItemRendererFactoryForArrayData
Property Detail
dataGroupproperty
protected var dataGroup:IItemRendererParent

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

The IItemRendererParent that should parent the ITextItemRenderers

itemRendererFactoryproperty 
itemRendererFactory:IItemRendererClassFactory

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

An IItemRendererClassFactory that should generate ITextItemRenderers


Implementation
    public function get itemRendererFactory():IItemRendererClassFactory
    public function set itemRendererFactory(value:IItemRendererClassFactory):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
TextItemRendererFactoryForArrayData()Constructor
public function TextItemRendererFactoryForArrayData()

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

Constructor.