What are the methods called when a ui component is intialized? : adobe flex action script



What are the methods called when a ui component is intialized? : adobe flex action script..

Answer / 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

More Adobe Flex Interview Questions

How do we call javascript from flex actionscript? : adobe flex action script

1 Answers  


In which level does the original movie resides? : adobe flex action script

1 Answers  


Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script

1 Answers  


How do you implement push with flex data services? : adobe flex action script

1 Answers  


What is default frame rate of the timeline in frame per second? : adobe flex action script

1 Answers  


Is it possible for upgrade from flex builder 3 standard edition to flex builder 3 professional edition?

1 Answers  


What are the advantages of adobe flex?

1 Answers  


What is event flow in term of event handling in flash action script 3.0? : adobe flex action script

1 Answers  


What is mvc and how do you relate it to flex apps?

1 Answers  


Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?

1 Answers  


What is the difference between target and current target?

1 Answers  


Explain what is the function of trace?

1 Answers  


Categories