| 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. |
| CheckBoxIcon | |
| ContainerContentArea |
The ContainerContentArea class implements the contentView for
a Container. |
| DataGridButtonBarButtonItemRenderer |
The ButtonBarButtonItemRenderer class handles the display of each item for the
org.apache.flex.html.ButtonBar component. |
| 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. |
| DataGroup |
The DataGroup class is the IItemRendererParent used internally
by org.apache.flex.html.List class. |
| DataItemRenderer |
The DataItemRenderer class is the base class for most itemRenderers. |
| DateChooserButton |
The DateChooserButton class is used for each button in the DateChooser. |
| DateHeaderButton |
The DateHeaderButton class is used for the buttons in the DateChooser's
heading areas. |
| DropDownListList |
The DropDownListList class is the List class used internally
by DropDownList as the dropdown/popup. |
| GraphicsItemRenderer |
The GraphicsItemRenderer provides a base class for itemRenderers that use graphics rather than
components. |
| HScrollBar |
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. |
| RadioButtonIcon |
The RadioButton class is a component that displays a selectable Button. |
| 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. |
| ScrollingViewport |
The ScrollingViewport extends the Viewport class by adding horizontal and
vertical scroll bars, if needed, to the content area of a Container. |
| SpinnerButton | |
| 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. |
| TreeItemRenderer | |
| TreeListData |
The TreeListData class contains information that Tree item renderers may
find useful when displaying the data for a node in the tree. |
| UIItemRendererBase |
The UIItemRendererBase class is the base class for all itemRenderers. |
| Viewport |
A Viewport is the area of a Container set aside for displaying
content and any scrolling controls. |
| VScrollBar |
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. |