Skip to content

#360Flex Notes – “Custom ItemRenders” – Ryan Frishberg and Joan Lafferty

Other Resources:
Alex’s Blog – http://blogs.adobe.com/aharui
Peter Ent’s Blog – http://weblogs.macromedia.com/pent
Spark Containers – http://blogs.adobe.com/flexdoc/pdf/sparkContainersAndRenderers.pdf
What is an itemRenderer?
a list renders data usually in a label
property on list classes typed to take an IFactory
Types of ItemRenderers
2 main types: custom and drop-in item rendereres
3 ways to create them:
Custom MXML Class
Separate Actionscript 3 file
Inline with mx:Component tag
Custom IR
Most basic is just [...]