Packageorg.apache.flex.html.beads
Classpublic class DataItemRendererFactoryForArrayData
InheritanceDataItemRendererFactoryForArrayData 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 DataItemRendererFactoryForArrayData class reads an array of data and creates an item renderer for every item in the array. Other implementations of IDataProviderItemRendererMapper map different data structures or manage a virtual set of renderers.



Public Properties
 PropertyDefined By
  itemRendererFactory : IItemRendererClassFactory
The org.apache.flex.core.IItemRendererClassFactory used to generate instances of item renderers.
DataItemRendererFactoryForArrayData
  strand : IStrand
[write-only] The host component for this bead.
DataItemRendererFactoryForArrayData
Protected Properties
 PropertyDefined By
  dataGroup : IItemRendererParent
The org.apache.flex.core.IItemRendererParent that will parent the item renderers.
DataItemRendererFactoryForArrayData
Public Methods
 MethodDefined By
  
Constructor.
DataItemRendererFactoryForArrayData
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 org.apache.flex.core.IItemRendererParent that will parent the item renderers.

itemRendererFactoryproperty 
itemRendererFactory:IItemRendererClassFactory

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

The org.apache.flex.core.IItemRendererClassFactory used to generate instances of item renderers.


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
DataItemRendererFactoryForArrayData()Constructor
public function DataItemRendererFactoryForArrayData()

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

Constructor.