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 |
What is the difference between sealed class and dynamic classes in flex?
Difference between label and text?
What is state? What is the difference between states and viewstack in flex?
What is the function of trace?
What is the difference between Flex 2.0 & 3.0?
How do u implement PUSH on a flex appln?
Can flex applications communicate with each other on the client? : adobe flex action script
How can u call Javascript from MXML?
Explain about arguments of addeventlistener() method?
What is polymorphism in term of oop (flash actionscript)?
Explain about different types of channels available in blaze ds?
What is different between urlloader class and loader class? : adobe flex action script