Package | com.yworks.util |
Class | public class WrappingCollectionModel |
Inheritance | WrappingCollectionModel ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
WrappingCollectionModel(wrapped:ICollectionModel) | WrappingCollectionModel | ||
[override]
This implementation does not allow to add or remove items. | WrappingCollectionModel | ||
addItem(item:Object):Boolean [override]
This implementation does not allow to add or remove items. | WrappingCollectionModel | ||
![]() | clear():void
Removes all of the elements from this collection. | CompositeCollectionModel | |
![]() | contains(item:Object):Boolean
Returns true if this collection contains the specified element. | CompositeCollectionModel | |
![]() | dispose():void | CompositeCollectionModel | |
![]() | getItemAt(index:int):Object
Returns the element at the specified position in this collection. | CompositeCollectionModel | |
![]() | isEmpty():Boolean | CompositeCollectionModel | |
![]() |
Returns an iterator over a set of elements. | CompositeCollectionModel | |
![]() | length():uint
Returns the number of elements in this collection. | CompositeCollectionModel | |
removeItem(item:Object):Boolean [override]
This implementation does not allow to add or remove items. | WrappingCollectionModel | ||
![]() | toArray():Array
Returns an array containing all of the elements in this collection. | CompositeCollectionModel |
WrappingCollectionModel | () | Constructor |
public function WrappingCollectionModel(wrapped:ICollectionModel)
wrapped:ICollectionModel |
addAll | () | method |
override public function addAll(iter:Iterable):void
This implementation does not allow to add or remove items.
Parameters
iter:Iterable |
addItem | () | method |
override public function addItem(item:Object):Boolean
This implementation does not allow to add or remove items.
Parameters
item:Object |
Boolean |
removeItem | () | method |
override public function removeItem(item:Object):Boolean
This implementation does not allow to add or remove items.
Parameters
item:Object |
Boolean |