| 1. |
Explain About Component Life Cycle? |
|
Answer» A set of methods the framework calls to instantiate, control and destroy components. OR The component instantiation LIFE cycle describes the sequence of steps that occur when you create a component OBJECT from a component class. As part of the life cycle, Flex automatically calls component methods, dispatches events, and makes the component visible. 3 Main Phases:
override PROTECTED function createChildren():void{ A set of methods the framework calls to instantiate, control and destroy components. OR The component instantiation life cycle describes the sequence of steps that occur when you create a component object from a component class. As part of the life cycle, Flex automatically calls component methods, dispatches events, and makes the component visible. 3 Main Phases: override protected function createChildren():void{ |
|