Packagestimulsoft.flex.base
Classpublic dynamic class StiStringCollection
InheritanceStiStringCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiStringCollection
  
add(value:String):void
StiStringCollection
  
addRange(values:Array):void
StiStringCollection
 Inherited
clear():void
StiBaseCollection
  
contains(value:String):Boolean
StiStringCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
 Inherited
equals(object:Object):Boolean
StiBaseCollection
 Inherited
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
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
  
insert(index:int, value:String):void
StiStringCollection
 Inherited
Creates a shallow copy of the current Collection.
StiBaseCollection
 Inherited
moveDown(object:*):void
Moving an object of a collection one position closer to the end of the collection
StiBaseCollection
 Inherited
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
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Constructor Detail
StiStringCollection()Constructor
public function StiStringCollection()



Method Detail
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

Returns
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