APPLICATION - SOURCE
Using a simple Item Renderer is very simple in flex. You may have seen the attribute a in a few different places called “itemRenderer”.
The itemRenderer is available to any ListBase Class… the ListBase class implements the IListItemRenderer Interface, any of the following by default implement the IListItemRenderer:
Button, ComboBox, Container, DataGridItemRenderer, [...]



