| Class | Description |
---|
| Border |
The Border class is a class used internally by many
controls to draw a border. |
| ButtonBarButtonItemRenderer |
The ButtonBarButtonItemRenderer class handles the display of each item for the
org.apache.flex.html.ButtonBar component. |
| ContainerContentArea |
The ContainerContentArea class implements the actualParent for
a Container. |
| DataGridColumn |
The DataGridColumn class is the collection of properties that describe
a column of the org.apache.flex.html.DataGrid: which renderer
to use for each cell in the column, the width of the column, the label for the
column, and the name of the field in the data containing the value to display
in the column. |
| DataItemRenderer |
The DataItemRenderer class is the base class for most itemRenderers. |
| DateChooserButton |
The DateChooserButton class is used for each button in the DateChooser. |
| DropDownListList |
The DropDownListList class is the List class used internally
by DropDownList as the dropdown/popup. |
| NonVirtualDataGroup |
The NonVirtualDataGroup class is the IItemRendererParent used internally
by org.apache.flex.html.List class. |
| ScrollBar |
The ScrollBar class represents either a vertical or horizontal control
that allows the user to quickly scan through a component that does not
wholly fit within its container. |
| StringItemRenderer |
The StringItemRenderer class displays data in string form using the data's toString()
function. |
| TextFieldItemRenderer |
The TextFieldItemRenderer class provides a org.apache.flex.html.TextField as an itemRenderer. |
| UIItemRendererBase |
The UIItemRendererBase class is the base class for all itemRenderers. |