Explain data binding in flex?



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

Post New Answer

More Adobe Flex Interview Questions

Explain how binding works in mxml components in flex? : adobe flex action script

1 Answers  


What are the methods called when a ui component is intialized?

1 Answers  


What is stoppropagation() and stopimmediatepropagation()?

1 Answers  


What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script

1 Answers  


What is display object? : adobe flex action script

1 Answers  


When I add or modify an item in my dataprovider, why does not it show up in my datagrid?

1 Answers  


Explain about resultevent and faultevent in remote object?

1 Answers  


How will u call java method from flex?

1 Answers  


Explain data binding in flex?

1 Answers  


Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?

1 Answers  


What is mvc and how do you relate it to flex apps?

1 Answers  


Can I use flex builder 2 to create applications using the flex 3 sdk?

1 Answers  


Categories