Classes
 ClassDescription
 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.
 CloseButton The CloseButton class is Button that displays an X and is commonly used in a Panel's TitleBar.
 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 for 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.
 DataGridButtonBar The DataGridButtonBar class extends ButtonBar and provides a class for styling the header region of the DataGrid.
 DataGridButtonBarTextButton The DataGridButtonBarTextButton class extends TextButton so that the buttons used in the DataGrid header can be styled separately from normal TextButtons.
 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.
 HContainer A Container that has a HorizontalLayout.
 HRule The HRule class displays a horizontal line
 Image The Image class is a component that displays a bitmap.
 ImageAndTextButton The ImageTextButton class implements a basic button that displays and image and text.
 ImageButton The ImageButton class presents an image as a button.
 Label The Label class implements the basic control for labeling other controls.
 List The List class is a component that displays multiple data items.
 MultilineLabel The Label class implements the basic control for labeling other controls.
 MXMLBeadView The MXMLBeadView class extends ContainerView and adds support for databinding and specification of children in MXML.
 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.
 PanelWithControlBar The Panel class is a Container component capable of parenting other components.
 RadioButton The RadioButton class is a component that displays a selectable Button.
 RangeStepper The RangeStepper control allows for the selection of a single value from multiple choices.
 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.
 Spacer The Spacer class takes up space in the UI layout.
 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.
 ToggleTextButton The ToggleButton class is a TextButton that supports a selected property.
 ToolTip The Label class implements the basic control for labeling other controls.
 Tree The Tree component displays structured data.
 VContainer A Container that has a VerticalLayout.
 VRule The VRule class displays a vertical line
 WebBrowser The WebBrowser provides a space in which to display a web page within a FlexJS application.