Explain how binding works in mxml components in flex?



Explain how binding works in mxml components in flex?..

Answer / Pawan Kumar Patralekh

Binding in MXML components in Flex is a mechanism that synchronizes data between ActionScript and MXML. It allows you to declaratively associate properties of MXML components with ActionScript variables. When the value of an associated property changes, the binding automatically updates the corresponding variable and vice versa. This simplifies the code and improves readability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Adobe Flex Interview Questions

What is the difference between sealed class and dynamic classes in flex?

1 Answers  


Difference between label and text?

1 Answers  


What is state? What is the difference between states and viewstack in flex?

1 Answers  


What is the function of trace?

1 Answers  


What is the difference between Flex 2.0 & 3.0?

1 Answers  


How do u implement PUSH on a flex appln?

1 Answers  


Can flex applications communicate with each other on the client? : adobe flex action script

1 Answers  


How can u call Javascript from MXML?

1 Answers  


Explain about arguments of addeventlistener() method?

1 Answers  


What is polymorphism in term of oop (flash actionscript)?

1 Answers  


Explain about different types of channels available in blaze ds?

1 Answers  


What is different between urlloader class and loader class? : adobe flex action script

1 Answers  


Categories