Articles tagged with: Flex
Uncategorized »
About data binding
Data binding is the process of tying the data in one object to another object. It provides a convenient way to pass data around in an application. Adobe Flex 2 provides three ways to specify data binding: the curly braces ({}) syntax and the <mx:binding> tag in MXML and the BindingUtils methods in ActionScript. </mx:binding>
Common uses of data binding include the following:
To bind properties of user interface controls to data service requests.
To bind data service results to properties of user interface …



















