Flex components are implemented as a class hierarchy in ActionScript. Each component in your application is therefore an instance of an ActionScript class. The following figure shows this hierarchy:
All components are derived from the ActionScript classes MovieClip, UIObject, and UIComponent and inherit the properties and methods of their parent classes. In addition, components inherit other characteristics of the parent classes, including event, style, and behavior definitions.
In general, you can do the following with components:
Note: You cannot reference ActionScript methods in MXML; you can only reference them in ActionScript.
Version 1.5
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/15/flex_docs_en/00000091.htm