This object can be used to manipulate collections of elements.
It is a wrapper that provides several functions to manipulate an array of elements like adding, removing or retrieving elements at specific positions, check if an element with a given value is present in the collection, and trigger an event handler when the collection is changed.
| Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| Event Dispatcher |
Required |
Collection uses EventDispatcher to manipulate events |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| Auto Complete |
Required |
AutoComplete uses Collection to render data. |
| Data Grid |
Required |
DataGrid uses Collection to render data. |
| List Box |
Required |
ListBox uses Collection to render data |
| Menu Bar |
Required |
MenuBar uses Collection to render data. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
index.htm |
Example |
Example File |