Packagestimulsoft.controls_old.visual
Classpublic class StiColorCollection
InheritanceStiColorCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
addValue(object:*, index:int = -1):void
StiColorCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiColorCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
  
deleteValue(object:*):void
StiColorCollection
  
deleteValueAt(index:int):void
StiColorCollection
 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
  
getValue(index:int):*
StiColorCollection
  
getValueIndex(object:*):int
StiColorCollection
 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
  
moveValueDown(object:*):void
StiColorCollection
  
moveValueUp(object:*):void
StiColorCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
  
replaceValues(object1:*, object2:*):void
StiColorCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Method Detail
addValue()method
public function addValue(object:*, index:int = -1):void

Parameters

object:*
 
index:int (default = -1)

clone()method 
public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
deleteValue()method 
public function deleteValue(object:*):void

Parameters

object:*

deleteValueAt()method 
public function deleteValueAt(index:int):void

Parameters

index:int

getValue()method 
public function getValue(index:int):*

Parameters

index:int

Returns
*
getValueIndex()method 
public function getValueIndex(object:*):int

Parameters

object:*

Returns
int
moveValueDown()method 
public function moveValueDown(object:*):void

Parameters

object:*

moveValueUp()method 
public function moveValueUp(object:*):void

Parameters

object:*

replaceValues()method 
public function replaceValues(object1:*, object2:*):void

Parameters

object1:*
 
object2:*