Packagestimulsoft.report.crossTab.core
Classpublic dynamic class StiRowCollection
InheritanceStiRowCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiRowCollection
  
add(row:StiRow):void
StiRowCollection
  
addValue(value:Object, displayValue:Object):void
StiRowCollection
  
clear():void
[override]
StiRowCollection
  
clone(... args):Object
StiRowCollection
 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
  
getRowFromValue(value:Object):StiRow
StiRowCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
  
[override]
StiRowCollection
 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
StiRowCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Constructor Detail
StiRowCollection()Constructor
public function StiRowCollection()



Method Detail
add()method
public function add(row:StiRow):void

Parameters

row:StiRow

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
getRowFromValue()method 
public function getRowFromValue(value:Object):StiRow

Parameters

value:Object

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

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

Parameters

direction:int
 
sortType:int