Tuesday, April 28, 2009

About Data Binding

Hi,

Today i learned about data binding:
The mx:Binding tag is a very simple way to bind data between flex components without use of Action Script.

Flex also allows data to be bound using Action Script,By declaring a variable or a class with the [Bindable] metadata tag.

we can also bind directly to component properties,This allows you to dynamically adjust the view.This ia a great way to show and hide components when conditions make this desirable

No comments:

Post a Comment