Package | stimulsoft.controls_old.visual |
Class | public class StiColorCollection |
Inheritance | StiColorCollection ![]() ![]() |
Implements | IStiClonable |
Method | Defined By | ||
---|---|---|---|
addValue(object:*, index:int = -1):void | StiColorCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object Creates a new object that is a copy of the current instance. | StiColorCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
deleteValue(object:*):void | StiColorCollection | ||
deleteValueAt(index:int):void | StiColorCollection | ||
![]() | 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 | |
getValue(index:int):* | StiColorCollection | ||
getValueIndex(object:*):int | StiColorCollection | ||
![]() | 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 | |
moveValueDown(object:*):void | StiColorCollection | ||
moveValueUp(object:*):void | StiColorCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
replaceValues(object1:*, object2:*):void | StiColorCollection | ||
![]() | serialize():XMLNode | StiBaseCollection | |
![]() | toArray():Array Converting into Array | StiBaseCollection |
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 |
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 |
* |
getValueIndex | () | method |
public function getValueIndex(object:*):int
Parameters
object:* |
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:* |