Packageorg.apache.flex.html.beads
Classpublic class TextItemRendererFactoryForStringVectorData
InheritanceTextItemRendererFactoryForStringVectorData Inheritance Object
Implements IBead

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

The TextItemRendererFactoryForStringVectorData class is the IDataProviderItemRendererMapper for creating ITextItemRenderers and assigning them data from an vector of Strings. 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
TextItemRendererFactoryForStringVectorData
  strand : IStrand
[write-only] The host component for this bead.
TextItemRendererFactoryForStringVectorData
Protected Properties
 PropertyDefined By
  dataGroup : IItemRendererParent
The IItemRendererParent that should parent the ITextItemRenderers
TextItemRendererFactoryForStringVectorData
Public Methods
 MethodDefined By
  
Constructor.
TextItemRendererFactoryForStringVectorData
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
TextItemRendererFactoryForStringVectorData()Constructor
public function TextItemRendererFactoryForStringVectorData()

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

Constructor.