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 three ways to skin a component?
Explain about remote object? What is end point in remote object?
Explain about result handler and fault handler methods?
When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
What is the difference between sealed class and dyna? : adobe flex action script
What is default frame rate of the timeline in frame per second?
How binding works in mxml components in flex?
How do we call javascript from flex actionscript?
How do you implement push with flex data services?
Will I need to upgrade my air sdk along with flex 3 beta 3?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script