Package | stimulsoft.report.crossTab.core |
Class | public dynamic class StiRowCollection |
Inheritance | StiRowCollection ![]() ![]() |
Implements | IStiClonable |
Method | Defined By | ||
---|---|---|---|
StiRowCollection | |||
StiRowCollection | |||
addValue(value:Object, displayValue:Object):void | StiRowCollection | ||
clear():void [override] | StiRowCollection | ||
clone(... args):Object | StiRowCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | 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 | |
getRowFromValue(value:Object):StiRow | StiRowCollection | ||
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
memberwiseClone():Object [override] | StiRowCollection | ||
![]() | 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 | |
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
sorting(direction:int, sortType:int):void | StiRowCollection | ||
![]() | toArray():Array Converting into Array | StiBaseCollection |
StiRowCollection | () | Constructor |
public function StiRowCollection()
add | () | method |
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 |
Object |
getRowFromValue | () | method |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
sorting | () | method |
public function sorting(direction:int, sortType:int):void
Parameters
direction:int | |
sortType:int |