How binding works in mxml components in flex?
Answer / Harendra Kumar Mishra
Binding in MXML components in Flex allows you to automatically update UI elements based on the value of a data or function. When you bind a property of a component (like a TextInput's text property) to a data property (like a variable), any change to the data property will cause the UI element's value to be updated automatically. This is done through the use of the [Bindable] metadata tag for properties that should trigger notifications, and the <mx:Binding> tag to specify the binding itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the correct statements consenting text field? : adobe flex action script
What is mvc and how do you relate it to flex apps?
How do I get flex to query my database?
What is a view cursor?
Can we use text input/editable component as itemrenderer?
Explain what is the function of trace? : adobe flex action script
What is an event class in Flex?
What is the function of trace? : adobe flex action script
Different ways of using style sheets?
What is cairnghorm in flex? How do we use it? : adobe flex action script
How will flex 3 be packaged?
What is polymorphism in term of oop (flash actionscript)?