Explain how binding works in mxml components in flex? : adobe flex action script
Answer / Mahesh Pratap Singh Sikarwar
Binding is a feature in Adobe Flex that automatically keeps the value of an MXML component's property synchronized with a corresponding variable. This is done using the [Bindable] metadata tag on the variable and the @ binding attribute in the MXML component. For example:nn<fx:Script>n[Bindable] public var myVar:String;n</fx:Script>n<mx:Label text="{myVar}" />
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is disable auto update method used?
What is a filter function?
What is the dynamic keyword used for in flex actionscript? : adobe flex action script
What keyword allows you to refer to private variables of a class in flex?
How polymorphism works on actionscript? : adobe flex action script
Do I need to upgrade my flash player to use beta 3?
What is default frame rate of the timeline in frame per second?
State the difference between item renderer and item editors?
How does item renderer work? : adobe flex action script
Why would you want to keep a reference to a changewatcher and call unwatch()?
What are Arrays in flex?
What is the difference in movieclip and sprite? : adobe flex action script