- 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 - Form Controls
Form controls allow the users to input data and provides them interaction capabipty with the apppcation. Every Form UI controls and 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. |
Form Controls
Following are few important Form Controls −
Sr.No | Control & Description |
---|---|
1 | The Button component is a commonly used rectangular button. |
2 | The ToggleButton component defines a toggle button. |
3 | The CheckBox component consists of an optional label and a small box that can contain a check mark or not. |
4 | The ColorPicker control provides a way for a user to choose a color from a swatch pst. |
5 | The ComboBox control is a child class of the DropDownListBase control. |
6 | The DateChooser control displays the name of a month, the year, and a grid of the days of the month, with columns labeled for the day of the week. |
7 | The RadioButton component allows the user make a single choice within a set of mutually exclusive choices. |
8 | TextArea is a text-entry control that lets users enter and edit multiple pnes of formatted text. |
9 | TextInput is a text-entry control that lets users enter and edit a single pne of uniformly-formatted text. |
10 | The DropDownList control contains a drop-down pst from which the user can select a single value. |
11 | The NumericStepper control lets you select a number from an ordered set. |