Packagestimulsoft.report.crossTab.core
Classpublic dynamic class StiColumnCollection
InheritanceStiColumnCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiColumnCollection
  
add(col:StiColumn):void
StiColumnCollection
  
addValue(value:Object, displayValue:Object):void
StiColumnCollection
  
clear():void
[override]
StiColumnCollection
  
clone(... args):Object
StiColumnCollection
 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
  
StiColumnCollection
 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
  
[override]
StiColumnCollection
 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
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
  
sorting(direction:int, sortType:int):void
StiColumnCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Constructor Detail
StiColumnCollection()Constructor
public function StiColumnCollection()



Method Detail
add()method
public function add(col:StiColumn):void

Parameters

col:StiColumn

addValue()method 
public function addValue(value:Object, displayValue:Object):void

Parameters

value:Object
 
displayValue:Object

clear()method 
override public function clear():void

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

Parameters

... args

Returns
Object
getColumnFromValue()method 
public function getColumnFromValue(value:Object):StiColumn

Parameters

value:Object

Returns
StiColumn
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object
sorting()method 
public function sorting(direction:int, sortType:int):void

Parameters

direction:int
 
sortType:int