What are the methods called when a ui component is intialized? : adobe flex action script
Answer Posted / Bhavana Bhardwaj
When a UI component is initialized in Adobe Flex, several lifecycle events (methods) are called: creationComplete (fires when the component's UI tree has been fully constructed), constructor (initializes the component), and activation (called after creationComplete if the application is running in live preview). You can override these methods to perform custom initialization logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers