The following table lists details about the Flex feature set. Subsequent chapters in this book describes these features in detail.
| Feature | Description | Details | |
|---|---|---|---|
|
Containers |
Defines a region of the Flash Player drawing surface and controls the layout for everything in the container, including other containers and controls. |
Accordion Box Canvas ControlBar DividedBox Form Grid |
Link Bar Panel TabBar TabNavigator Tile TitleWindow ViewStack |
|
Controls |
Form-based controls that handle user interactions and display data that can be directly manipulated by the user. |
Alert Button CheckBox ComboBox DataGrid DateChooser DateField HorizontalList HRule HSlider HScrollBar Image Label Link List Loader MediaController MediaDisplay MediaPlayback |
Menu MenuBar NumericStepper ProgressBar RadioButton ScrollBars SimpleButton Slider Spacer Text TextArea TextInput TileList ToolTip Tree VRule VSlider VScrollBar |
|
Data modeling |
Defines the representation of application data on the client. |
|
|
|
Data communication services |
Connects to server data using a set of communications services. |
|
|
|
Behaviors |
Enhances the user experience through animation, motion, sound, and effects. |
A behavior is a trigger, typically a user action, paired with an effect:
|
|
|
Event model |
Occurrences that require a response from a Flex application. User events include a mouse click or a key press. System events include application initialization. |
dragBegin dragComplete dragDrop dragEnter dragExit focusIn focusOut initialize |
keyDown keyUp resize mouseDown mouseUp move show
and more |
|
Style sheets |
Standard mechanism for declaring styles. |
Used for controlling color, font, sizing, and other attributes of Flex components. |
|
|
Managers |
Provides support for high-level application tasks. |
|
|
|
Development tools |
Used to develop Flex applications. |
Debugger ActionScript Profiler |
Flex Builder |
|
Deployment tools |
Used to deploy your Flex applications. |
Player detection Content caching |
Deferred instantiation |
Version 1.5
RSS feed | 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/00000012.htm
Comments
epiperak said on Jun 7, 2005 at 1:00 AM : mpeterson said on Jun 8, 2005 at 8:08 AM :