Explain data binding in flex?
Answer / Sumit Pratap Singh
Data Binding in Flex allows you to automatically connect a UI component's properties (such as text, value, or selected item) to data stored in variables. This can be achieved by simply setting the 'data' property of the UI component to a variable that contains the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how binding works in mxml components in flex? : adobe flex action script
What are the methods called when a ui component is intialized?
What is stoppropagation() and stopimmediatepropagation()?
What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script
What is display object? : adobe flex action script
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
Explain about resultevent and faultevent in remote object?
How will u call java method from flex?
Explain data binding in flex?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
What is mvc and how do you relate it to flex apps?
Can I use flex builder 2 to create applications using the flex 3 sdk?