Embed presentation
Download to read offline



![• [Bindable] and {}; redo in actionscript
• Flex writes code on behalf of you when you use these constructs
• Binding is just event dispatching and listening behind scenes
• For databinding to work properly, objects must be able to dispatch
events when something changes
• Then what about [Bindable] in Product?
• How about Array? Source code NOT inside your project](https://image.slidesharecdn.com/flex-4-111216003615-phpapp01/85/Rich-Internet-Applications-and-Flex-4-4-320.jpg)


This document discusses Rich Internet Applications and Flex. It covers creating custom classes like Product and ShoppingCartItem classes. It also discusses databinding using the [Bindable] metadata tag, how Flex writes code on behalf of the developer, and how binding works through event dispatching and listening. It further explains how collections like ArrayCollection can dispatch events to support databinding, and covers sorting, filtering, and cursors on collections.



![• [Bindable] and {}; redo in actionscript
• Flex writes code on behalf of you when you use these constructs
• Binding is just event dispatching and listening behind scenes
• For databinding to work properly, objects must be able to dispatch
events when something changes
• Then what about [Bindable] in Product?
• How about Array? Source code NOT inside your project](https://image.slidesharecdn.com/flex-4-111216003615-phpapp01/85/Rich-Internet-Applications-and-Flex-4-4-320.jpg)
