| Class | Description |
| uiButton |
The uiButton class implements basic button behaviors. |
| uiButtonGroup |
The uiButtonGroup class represents a set of mutually exclusive uiButton
choices. |
| uiCheckBox |
The uiCheckBox component toggles its selected property when it is clicked. |
| uiCheckListBox |
The uiCheckListBox displays a list of checkbox items within a scrollable area. |
| uiComboBox |
The uiComboBox component combines a text input field (uiTextInput ) with a
drop-down list (uiListBox ). |
| uiDialog |
The uiDialog class is used to create and show simple modal windows. |
| uiImage |
The uiImage component is used to display an image, which can either be a movieclip symbol
in the library, or an external SWF/GIF/JPG/PNG file. |
| uiImageButton |
The uiImageButton is a button containing a uiImage instance allowing you to
display an image inside the button. |
| uiInteractiveItem |
uiInteractiveItem is used as the container of the renderer of an item in list-based or
menu components. |
| uiLabel |
The uiLabel component is used to display a uiImage alongside a
uiText . |
| uiLabelButton |
The uiLabelButton is a button containing a uiLabel instance allowing you to
display an image or text or both inside the button. |
| uiLink |
The uiLink is a button containing a uiText instance allowing you to
display a text inside the button. |
| uiListBox |
The uiListBox displays a list of items within a scrollable area. |
| uiMenu |
The uiMenu control creates a popup menu of individually selectable choices, similar to
the File or Edit menu found in most software applications. |
| uiMenuBar |
The uiMenuBar control is used to display a horizontal, top-level menu bar that contains
one or more menu items. |
| uiPushButton |
uiPushButton is intended to be used as the defaultButton in
uiForm containers. |
| uiRadioButton |
The uiRadioButton component sets its selected property to true
when it is clicked. |
| uiScrollBar |
The uiScrollBar component is used to implement horizontal scrolling. |
| uiSlider |
The uiSlider component allows the user to select a value within a range by sliding a thumb
along a horizontal track. |
| uiStepper |
The uiStepper component consists of a pair of buttons arranged side-by-side horizontally
allowing the user to increment or decrement a value, within a predefined range, by pressing on either
button. |
| uiStepperInput |
The uiStepperInput component is used to display single line editable numeric value. |
| uiSWF |
The uiSWF control is used to load and contain an external interactive SWF. |
| uiTabViewBar |
The uiTabViewBar class is used to display a row of selectable tab buttons. |
| uiText |
The uiText component is used to display single or multiline noneditable text. |
| uiTextArea |
The uiTextArea is used to display multiline editable text with scrollbars. |
| uiTextInput |
The uiTextInput component is used to display editable text. |
| uiVScrollBar |
The uiVScrollBar component is used to implement vertical scrolling. |
| uiVSlider |
The uiVSlider component allows the user to select a value within a range by sliding a
thumb along a vertical track. |
| uiVStepper |
The uiVStepper component consists of a pair of buttons arranged side-by-side vertically
allowing the user to increment or decrement a value, within a predefined range, by pressing on either
button. |