| | Class | Description |
| | BaseButton |
The BaseButton class is the base class for all button components, defining
properties and methods that are common to all buttons. |
| | Button |
The Button component represents a commonly used rectangular button. |
| | ButtonLabelPlacement |
The ButtonLabelPlacement class defines constants for the
values of the labelPlacement property of a Button,
CheckBox, or RadioButton component. |
| | ColorPicker |
The ColorPicker component displays a list of one or more swatches
from which the user can select a color. |
| | ComboBox |
The ComboBox component contains a drop-down list from which the
user can select one value. |
| | Label |
A Label component displays one or more lines of plain or
HTML-formatted text that can be formatted for alignment and
size. |
| | LabelButton |
The LabelButton class is an abstract class that extends the
BaseButton class by adding a label, an icon, and toggle functionality. |
| | List |
The List component displays list-based information and is ideally suited
for the display of arrays of information. |
| | NumericStepper |
The NumericStepper component displays an ordered set of numbers from which
the user can make a selection. |
| | RadioButton |
The RadioButton component lets you force a user to make a single
selection from a set of choices. |
| | RadioButtonGroup |
The RadioButtonGroup class defines a group of RadioButton components
to act as a single component. |
| | ScrollBar |
The ScrollBar component provides the end user with a way to control the
portion of data that is displayed when there is too much data to
fit in the display area. |
| | ScrollBarDirection |
Defines the values for the direction property of the ScrollBar component. |
| | ScrollPolicy |
Values for the horizontalScrollPolicy and verticalScrollPolicy
properties of the BaseScrollPane class. |
| | SelectableList |
The SelectableList is the base class for all list-based components--for
example, the List, TileList, DataGrid, and ComboBox components. |
| | TextArea |
The TextArea component is a multiline text field with a border
and optional scroll bars. |
| | TextInput |
The TextInput component is a single-line text component that
contains a native ActionScript TextField object. |
| | TileList |
The TileList class provides a grid of rows and columns that is typically used
to format and display images in a "tiled" format. |
| | UIScrollBar |
The UIScrollBar class includes all of the scroll bar functionality, but
adds a scrollTarget() method so it can be attached
to a TextField component instance. |