| Class | Description |
---|
| 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. |
| ArrayListSelectionModel |
The ArrayListSelectionModel class is a selection model for
a dataProvider that is an ArrayList. |
| 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.models.ArrayListSelectionModel
to facilitate using an ArrayList as the dataProvider for 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. |
| ImageAndTextModel |
The ImageAndTextModel class is associates and image
with some text. |
| ImageModel |
The ImageModel class bead defines the data associated with an org.apache.flex.html.Image
component, namely the source of the image. |
| ListPresentationModel |
The ListPresentationModel holds values used by list controls for presenting
their user interfaces. |
| 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. |
| RangeModelExtended |
The RangeModelExtended bead expands on the RangeModel and adds a function to
display a value from the model. |
| 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. |
| ViewportModel |
|
| WebBrowserModel |
The WebBrowserModel class bead defines the data associated with an org.apache.flex.html.WebBrowser
component. |