Package | org.apache.flex.core |
Interface | public 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 |
Method | Defined By | ||
---|---|---|---|
![]() | addElement(c:Object):void
Add a component to the parent. | IParent | |
![]() | addElementAt(c:Object, index:int):void
Add a component to the parent. | IParent | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | IParent | |
getItemRendererForIndex(index:int):IItemRenderer
The IItemRendererParent interface is the basic interface for the
container that parents item renderers. | IItemRendererParent | ||
removeAllElements():void | IItemRendererParent | ||
![]() | removeElement(c:Object):void
Remove a component from the parent. | IParent |
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.
|
IItemRenderer — The item renderer for the data item.
|
See also
removeAllElements | () | method |
public function removeAllElements():void