| Class | Description |
---|
| Alert |
Displays a message in a modal pop-up with a title and a set of buttons. |
| AutoComplete |
A text input that provides a pop-up list with suggestions as you type. |
| Button |
A push button control that may be triggered when pressed and released. |
| ButtonGroup |
A set of related buttons with layout, customized using a data provider. |
| Callout |
A pop-up container that points at (or calls out) a specific region of
the application (typically a specific control that triggered it). |
| Check |
A toggle control that contains a label and a box that may be checked
or not to indicate selection. |
| Drawers |
A container that displays primary content in the center surrounded by
optional "drawers" that can open and close on the edges. |
| GroupedList |
Displays a list of items divided into groups or sections. |
| Header |
A header that displays an optional title along with a horizontal regions
on the sides for additional UI controls. |
| ImageLoader |
Displays an image, either from an existing Texture object or
from an image file loaded with its URL. |
| Label |
Displays text using a text renderer. |
| LayoutGroup |
A generic container that supports layout. |
| List |
Displays a one-dimensional list of items. |
| NumericStepper |
Select a value between a minimum and a maximum by using increment and
decrement buttons or typing in a value in a text input. |
| PageIndicator |
Displays a selected index, usually corresponding to a page index in
another UI control, using a highlighted symbol. |
| Panel |
A container with layout, optional scrolling, a header, and an optional
footer. |
| PanelScreen |
A screen for use with ScreenNavigator, based on Panel
in order to provide a header and layout. |
| PickerList |
Displays a button that may be triggered to display a pop-up list. |
| ProgressBar |
Displays the progress of a task over time. |
| Radio |
A toggleable control that exists in a set that requires a single,
exclusive toggled item. |
| Screen |
A basic screen to be displayed by ScreenNavigator. |
| ScreenNavigator |
A "view stack"-like container that supports navigation between screens
(any display object) through events. |
| ScreenNavigatorItem |
Data for an individual screen that will be displayed by a
ScreenNavigator component. |
| ScrollBar |
Select a value between a minimum and a maximum by dragging a thumb over
a physical range or by using step buttons. |
| ScrollContainer |
A generic container that supports layout, scrolling, and a background
skin. |
| Scroller |
Allows horizontal and vertical scrolling of a view port. |
| ScrollScreen |
A screen for use with ScreenNavigator, based on
ScrollContainer in order to provide scrolling and layout. |
| ScrollText |
Displays long passages of text in a scrollable container using the
runtime's software-based flash.text.TextField as an overlay
above Starling content on the classic display list. |
| SimpleScrollBar |
Select a value between a minimum and a maximum by dragging a thumb over
a physical range. |
| Slider |
Select a value between a minimum and a maximum by dragging a thumb over
the bounds of a track. |
| SpinnerList |
A customized List component where scrolling updates the
the selected item. |
| StackScreenNavigator |
A "view stack"-like container that supports navigation between screens
(any display object) through events. |
| StackScreenNavigatorItem |
Data for an individual screen that will be displayed by a
StackScreenNavigator component. |
| TabBar |
A line of tabs (vertical or horizontal), where one may be selected at a
time. |
| TextArea |
A text entry control that allows users to enter and edit multiple lines
of uniformly-formatted text with the ability to scroll. |
| TextInput |
A text entry control that allows users to enter and edit a single line of
uniformly-formatted text. |
| ToggleButton |
A button that may be selected and deselected when triggered. |
| ToggleSwitch |
Similar to a light switch with on and off states. |
| WebView |
A Feathers component that displays a web browser in Adobe AIR, using the
flash.media.StageWebView class. |