- Flex - Printing Support
- Flex - Internationalization
- Flex - Debug Application
- Flex - FlexUnit Integration
- Flex - RPC Services
- Flex - Custom Controls
- Flex - Event Handling
- Flex - Visual Effects
- Flex - Layout Panels
- Flex - Complex Controls
- Flex - Form Controls
- Flex - Basic Controls
- Flex - Data Binding
- Flex - Style with Skin
- Flex - Style with CSS
- Flex - Life Cycle Phases
- Flex - Deploy Application
- Flex - Create Application
- Flex - Applications
- Flex - Environment
- Flex - Overview
- Flex - Home
Adobe Flex Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Flex - Complex Controls
Complex controls provide users with advanced capabipties to deal with large amount of data in an easier way and provides them interaction capabipty with the apppcation. Every Complex UI control inherits properties from UIComponent class which in turn inherits properties from EventDispatcher and other top level classes.
Sr.No | Control & Description |
---|---|
1 | The EventDispatcher class is the base class for all classes that can dispatch events. The EventDispatcher class allows any object on the display pst to be an event target and as such, to use the methods of the IEventDispatcher interface. |
2 | The UIComponent class is the base class for all visual components, both interactive and noninteractive. |
Complex Controls
Following are the few important Complex Controls −
Sr.No | Control & Description |
---|---|
1 | The DataGrid control displays a row of column headings above a scrollable grid. |
2 | The AdvancedDataGrid adds few additional functionapty to the standard DataGrid control to add data visuapzation features. |
3 | The Menu control creates a pop-up menu of inspanidually selectable choices. |
4 | The ProgressBar control provides a visual representation of the progress of a task over time. |
5 | The RichTextEditor control lets users enter and format text. |
6 | The TileList control The TileList control displays a number of items laid out in tiles. |
7 | The Tree control lets a user view hierarchical data arranged as an expandable tree. |
8 | The VideoPlayer control is a skinnable video player that supports progressive download, multi-bitrate streaming, and streaming video. |
9 | An Accordian control has a collection of child MX containers or Spark NavigatorContent containers, but only one of them at a time is visible. |
10 | The TabNavigator control includes a TabBar container for navigating between its child containers. |
11 | The ToggleButtonBar control defines a horizontal or vertical group of buttons that maintain their selected or deselected state. |