Property | Defined By | ||
---|---|---|---|
count : int [read-only] | StiBaseCollection | ||
name : String | StiBaseCollection |
Method | Defined By | ||
---|---|---|---|
StiBaseCollection | |||
clear():void | StiBaseCollection | ||
copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | ||
deserialize(value:XMLNode):XMLNode | StiBaseCollection | ||
equals(object:Object):Boolean | StiBaseCollection | ||
getItemsType(value:String = null):Class If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading | StiBaseCollection | ||
getShortTypeName():String | StiBaseCollection | ||
getType():Class | StiBaseCollection | ||
getTypeName():String | StiBaseCollection | ||
memberwiseClone():Object Creates a shallow copy of the current Collection. | StiBaseCollection | ||
moveDown(object:*):void Moving an object of a collection one position closer to the end of the collection | StiBaseCollection | ||
moveUp(object:*):void Moving objects of a collection one position up to the begining of the collection | StiBaseCollection | ||
replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | ||
serialize():XMLNode | StiBaseCollection | ||
toArray():Array Converting into Array | StiBaseCollection |
count | property |
count:int
[read-only] public function get count():int
name | property |
name:String
public function get name():String
public function set name(value:String):void
StiBaseCollection | () | Constructor |
public function StiBaseCollection()
clear | () | method |
public function clear():void
copy | () | method |
public function copy():*
Copying collection items into a new collection without cloning items
Returns* |
deserialize | () | method |
public function deserialize(value:XMLNode):XMLNode
Parameters
value:XMLNode |
XMLNode |
equals | () | method |
public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
getItemsType | () | method |
public function getItemsType(value:String = null):Class
If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading
Parameters
value:String (default = null )
|
Class |
getShortTypeName | () | method |
public function getShortTypeName():String
ReturnsString |
getType | () | method |
public function getType():Class
ReturnsClass |
getTypeName | () | method |
public function getTypeName():String
ReturnsString |
memberwiseClone | () | method |
public function memberwiseClone():Object
Creates a shallow copy of the current Collection.
ReturnsObject |
moveDown | () | method |
public function moveDown(object:*):void
Moving an object of a collection one position closer to the end of the collection
Parameters
object:* |
moveUp | () | method |
public function moveUp(object:*):void
Moving objects of a collection one position up to the begining of the collection
Parameters
object:* |
replace | () | method |
public function replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
Parameters
object1:* | |
object2:* |
serialize | () | method |
public function serialize():XMLNode
ReturnsXMLNode |
toArray | () | method |
public function toArray():Array
Converting into Array
ReturnsArray |