Package | stimulsoft.report.crossTab.core |
Class | public dynamic class StiColumnCollection |
Inheritance | StiColumnCollection ![]() ![]() |
Implements | IStiClonable |
Method | Defined By | ||
---|---|---|---|
StiColumnCollection | |||
StiColumnCollection | |||
addValue(value:Object, displayValue:Object):void | StiColumnCollection | ||
clear():void [override] | StiColumnCollection | ||
clone(... args):Object | StiColumnCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
getColumnFromValue(value:Object):StiColumn | StiColumnCollection | ||
![]() | 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 | |
memberwiseClone():Object [override] | StiColumnCollection | ||
![]() | 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 | StiColumnCollection | ||
![]() | toArray():Array Converting into Array | StiBaseCollection |
StiColumnCollection | () | Constructor |
public function StiColumnCollection()
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 |
getColumnFromValue | () | method |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
sorting | () | method |
public function sorting(direction:int, sortType:int):void
Parameters
direction:int | |
sortType:int |