The fl.controls package contains top-level component classes such as List, Button, and ProgressBar. This package also includes abstract classes such as SelectableList, which all list-based components extend. You can also find classes in this package that define constants to be used by components, or classes that support individual components.
Classes
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. | |
CheckBox | The CheckBox component displays a small box that can contain a check mark. | |
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. | |
DataGrid | The DataGrid class is a list-based component that provides a grid of rows and columns. | |
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. | |
ProgressBar | The ProgressBar component displays the progress of content that is being loaded. | |
ProgressBarDirection | The ProgressBarDirection class defines the values for the direction property of the ProgressBar class. | |
ProgressBarMode | The ProgressBarMode class defines the values for the mode property of the ProgressBar class. | |
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. | |
Slider | The Slider component lets users select a value by moving a slider thumb between the end points of the slider track. | |
SliderDirection | The orientation of the Slider component. | |
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 property so it can be attached to a TextField instance or a TLFTextField instance. |
Mon Nov 28 2011, 07:42 AM -08:00