The mx.collections package contains the classes for the Flex collection components.
Interface | Description | |
---|---|---|
ICollectionView | An ICollectionView is a view onto a collection of data. | |
IList | A collection of items organized in an ordinal fashion. | |
IViewCursor | Defines the interface for enumerating a collection view bi-directionally. |
Class | Description | |
---|---|---|
ArrayCollection | The ArrayCollection class is a wrapper class that exposes an Array as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces. | |
CursorBookmark | Encapsulates the positional aspects of a cursor in an ICollectionView. | |
ItemResponder | The ItemResponder class provides a default implementation of the mx.rpc.IResponder interface. | |
ListCollectionView | The ListCollectionView class adds the properties and methods of the ICollectionView interface to an object that conforms to the IList interface. | |
Sort | Provides the sorting information required to establish a sort on an existing view (ICollectionView interface or class that implements the interface). | |
SortField | Provides the sorting information required to establish a sort on a field or property in an existing view. | |
XMLListCollection | The XMLListCollection class provides collection functionality to an XMLList object and makes available some of the methods of the native XMLList class. |