Classes
 ClassDescription
 AlertModel The AlertModel class bead implements the org.apache.flex.core.IAlertModel and holds the properties for an org.apache.flex.html.Alert such the buttons to use and message to display.
 ArraySelectionModel The ArraySelectionModel class is a selection model for a dataProvider that is an array.
 ComboBoxModel The ComboBoxModel class bead extends org.apache.flex.html.beads.models.ArraySelectionModel and adds the text being displayed by the org.apache.flex.html.ComboBox's input field.
 DataGridModel The DataGridModel class bead extends org.apache.flex.html.beads.modelsArraySelectionModel and adds the array of org.apache.flex.html.supportClasses.DataGridColumns used to define each of the column in the DataGrid.
 DataGridPresentationModel The DataGridPresentationModel class contains the data to label the columns of the org.apache.flex.html.DataGrid along with the height of the rows.
 DateChooserModel The DateChooserModel is a bead class that manages the data for a DataChooser.
 ImageModel The ImageModel class bead defines the data associated with an org.apache.flex.html.Image component, namely the source of the image.
 PanelModel The PanelModel bead class holds the values for a org.apache.flex.html.Panel, such as its title.
 RangeModel The RangeModel class bead defines a set of for a numeric range of values which includes a minimum, maximum, and current value.
 ScrollBarModel The ScrollBarModel class bead extends the org.apache.flex.html.beads.models.RangeModel and adds page size and page step sizes.
 SingleLineBorderModel The SingleLineBorderModel class is a data model for a single line border.
 StringSelectionModel The StringSelectionModel class is a selection model for selecting a single string from a vector of strings.
 TextModel The TextModel class is most basic data model for a component that displays text.
 TitleBarModel The TitleBarModel class bead holds the values for the org.apache.flex.html.TitleBar's properties.
 ToggleButtonModel The ToggleButtonModel class bead holds values for org.apache.flex.html.Buttons that have a state.
 ValueToggleButtonModel The ValueToggleButtonModel class bead extends the org.apache.flex.html.beads.models.ToggleButtonModel and adds value intended to represent a collection of similar org.apache.flex.html.Buttons such as org.apache.flex.html.RadioButtons.