What are the methods called when a ui component is intialized?
Answer / Sanjai Singh
In Adobe Flex, UI components go through several lifecycle stages during initialization. The main methods involved are: n1. constructor(): This is the initializing constructor for the class.n2. creationComplete(): This method is called after the object has been fully initialized and added to the display list.n3. dataChanged(): This method is called when the data associated with the component changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many levels does flash mx support?
What is calllater() method?
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
In which level does the original movie resides? : adobe flex action script
What keyword allows you to refer to private variables of a class in flex?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
How do you add event listeners in mxml components. Now as3 components? : adobe flex action script
How much will flex builder 3 cost?
What are the advantages and disadvantages of using flex? And why flex wins over other technologies?
Can flex applications communicate with each other on the client?
What is mvc and how do you relate it to flex apps? : adobe flex action script
Should model locator as a singleton class? Can't we instantiate this class as like normal class?