| Class | Description |
---|
| Alert |
The Alert class is a component that displays a message and one or more buttons
in a view that pops up over all other controls and views. |
| Button |
The Button class is a simple button. |
| ButtonBar |
The ButtonBar class is a component that displays a set of Buttons. |
| CheckBox |
The CheckBox class implements the common user interface
control. |
| ComboBox |
The ComboBox class is a component that displays an input field and
pop-up List with selections. |
| Container |
The Container class implements a basic container of
other controls and containers. |
| ControlBar |
The ControlBar class is used within a Panel as a place to position
additional controls. |
| DataGrid |
The DataGrid class displays a collection of data using columns and rows. |
| DateChooser |
The DateChooser class is a component that displays a calendar. |
| DateField |
The DateField class provides an input field where a date can be entered
and a pop-up calendar control for picking a date as an alternative to
the text field. |
| DropDownList |
The DropDownList class implements the basic equivalent of
the <select> tag in HTML. |
| Image |
The Image class is a component that displays a bitmap. |
| Label |
The Label class implements the basic control for labeling
other controls. |
| List |
The List class is a component that displays multiple data items. |
| NumericStepper |
The NumericStepper class is a component that displays a numeric
value and up/down controls (using a org.apache.flex.html.Spinner) to
increase and decrease the value by specific amounts. |
| Panel |
The Panel class is a Container component capable of parenting other
components. |
| RadioButton |
The RadioButton class is a component that displays a selectable Button. |
| SimpleAlert |
The SimpleAlert class is a component that displays a message and an OK button. |
| SimpleList |
The SimpleList class is a component that displays data in a vertical column. |
| Slider |
The Slider class is a component that displays a range of values using a
track and a thumb control. |
| Spinner |
The Spinner class is a component that displays a control for incrementing a value
and a control for decrementing a value. |
| TextArea |
The TextArea class implements the basic control for
multi-line text input. |
| TextButton |
The TextButton class implements a basic button that
displays text. |
| TextInput |
The TextInput class implements the basic control for
single-line text input. |
| TitleBar |
The TitleBar class is a Container component that displays a title and an
optional close button. |