public function addDataEffectItem(target:Object):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Adds an item renderer if a data change effect is running.
The item renderer should correspond to a recently added
data item in the data provider's collection that isn't
yet being displayed.
This function will be called by an AddItemAction
effect as part of a data change effect to specify the point
at which a data item added to a collection begins to be displayed
by the control using an item renderer.
Parameters
| target:Object — The item renderer to add to the control's layout.
|