Package | stimulsoft.flex.base |
Class | public dynamic class StiStringCollection |
Inheritance | StiStringCollection ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
StiStringCollection | |||
add(value:String):void | StiStringCollection | ||
addRange(values:Array):void | StiStringCollection | ||
![]() | clear():void | StiBaseCollection | |
contains(value:String):Boolean | StiStringCollection | ||
![]() | 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 | |
insert(index:int, value:String):void | StiStringCollection | ||
![]() | 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 | |
remove(value:String):void | StiStringCollection | ||
removeAt(index:int):void | StiStringCollection | ||
![]() | 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 |
StiStringCollection | () | Constructor |
public function StiStringCollection()
add | () | method |
public function add(value:String):void
Parameters
value:String |
addRange | () | method |
public function addRange(values:Array):void
Parameters
values:Array |
contains | () | method |
public function contains(value:String):Boolean
Parameters
value:String |
Boolean |
insert | () | method |
public function insert(index:int, value:String):void
Parameters
index:int | |
value:String |
remove | () | method |
public function remove(value:String):void
Parameters
value:String |
removeAt | () | method |
public function removeAt(index:int):void
Parameters
index:int |