Packageorg.apache.flex.core
Interfacepublic interface IItemRendererParent extends IParent, IEventDispatcher, flash.events.IEventDispatcher
Implementors NonVirtualDataGroup

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

The IItemRendererParent interface is the basic interface for the container that parents item renderers.



Public Properties
 PropertyDefined By
 InheritednumElements : int
[read-only] The number of elements in the parent.
IParent
Public Methods
 MethodDefined By
 Inherited
addElement(c:Object):void
Add a component to the parent.
IParent
 Inherited
addElementAt(c:Object, index:int):void
Add a component to the parent.
IParent
 Inherited
getElementIndex(c:Object):int
Gets the index of this subcomponent.
IParent
  
The IItemRendererParent interface is the basic interface for the container that parents item renderers.
IItemRendererParent
  
IItemRendererParent
 Inherited
removeElement(c:Object):void
Remove a component from the parent.
IParent
Method Detail
getItemRendererForIndex()method
public function getItemRendererForIndex(index:int):IItemRenderer

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

The IItemRendererParent interface is the basic interface for the container that parents item renderers.

Parameters

index:int — The index of the data item.

Returns
IItemRenderer — The item renderer for the data item.

See also

removeAllElements()method 
public function removeAllElements():void