| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Method Summary | |
| addItem ( value ): Void | |
| Appends an item to the end of the array | |
| addItemAt ( index : Number, value ): Void | |
| Adds an item at the specified index | |
| addItemsAt ( index : Number, newItems : Array ): Void | |
| For adding several items to the array | |
| getItemAt ( index : Number ) | |
| Gets the item at the specified index | |
| removeAll ( Void ): Void | |
| Removes all items | |
| removeItemAt ( index : Number ) | |
| Removes the item at the specified index | |
| removeItemsAt ( index : Number, len : Number ): Void | |
| For removing several items from the Array views to the model | |
| replaceItemAt ( index : Number, itemObj ): Void | |
| Replaces the item at the specified index | |
| sortItems ( compareFunc, optionFlags ): Void | |
| Sorts the array by using a compare function | |
| sortItemsBy ( fieldName, order ): Void | |
| Sorts the array by some field of each item | |
|
| Appends an item to the end of the array Appends an item to the end of the array | |||
|
|
| Adds an item at the specified index Adds an item at the specified index | ||||||
|
|
| For adding several items to the array | ||||||
|
|
| Gets the item at the specified index Gets the item at the specified index | |||
|
|
| Removes all items Removes all items | |||
|
|
| Removes the item at the specified index Removes the item at the specified index | |||
|
|
| For removing several items from the Array views to the model | ||||||
|
|
| Replaces the item at the specified index Replaces the item at the specified index | ||||||
|
|
| Sorts the array by using a compare function Sorts the array by using a compare function | ||||||
|
|
| Sorts the array by some field of each item Sorts the array by some field of each item | ||||||
|