What are the methods called when a ui component is intialized?
Answer Posted / 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 |
Post New Answer View All Answers