Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The IItemRendererOwner interface defines the basic set of APIs
that a class must implement to support items renderers.
A class that implements the IItemRendererOwner interface
is called the host component of the item renderer.
The class defining the item renderer must implement the
IItemRenderer interface.
public function itemToLabel(item:Object):String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Returns the String for display in an item renderer.
The String is written to the labelText
property of the item renderer.
Parameters
| item:Object — The date item to display.
|
Returns | String — The String for display in an item renderer.
|
public function updateRenderer(renderer:IVisualElement):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Updates the renderer for re-use. This first prepares the item
renderer for re-use by clearning out any stale properties
as well as updating it with new properties.
Parameters
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00