| Class | Description |
---|
| AdvancedListBase |
The AdvancedListBase class is the base class for controls,
such as the AdvancedDataGrid and OLAPDataGrid controls, that represent lists
of items that can have one or more selected items and can scroll through the
items. |
| BaseListData |
The BaseListData class defines the data type of the listData
property implemented by drop-in item renderers or drop-in item editors. |
| ListBase |
The ListBase class is the base class for controls that represent lists
of items that can have one or more selected and can scroll through the
items. |
| ListBaseContentHolder |
The ListBaseContentHolder class defines a container in a list-based control
of all of the control's item renderers and item editors. |
| ListBaseSeekPending |
An object that stores data about a seek operation
that was interrupted by an ItemPendingError error. |
| ListBaseSelectionData |
Records used by list classes to keep track of what is selected. |
| ListData |
The ListData class defines the data type of the listData
property implemented by drop-in item renderers or drop-in item editors
for the List control. |
| ListItemDragProxy |
The default drag proxy used when dragging from an MX list-based control
(except for the DataGrid class). |
| ListItemRenderer |
The ListItemRenderer class defines the default item renderer
for a List control. |
| ListRowInfo |
Used by the list-based classes to store information about their IListItemRenderers. |
| MXItemRenderer |
The MXItemRenderer class is the base class for Spark item renderers
and item editors used in MX list-based controls. |
| TileBase |
The TileBase class is the base class for controls
that display data items in a sequence of rows and columns. |
| TileBaseDirection |
Values for the direction property of the TileList component. |
| TileListItemRenderer |
The TileListItemRenderer class defines the default item renderer for the
HorizontalList and TileList controls. |