| Package | stimulsoft.report.dictionary.databases |
| Class | public dynamic class StiDatabaseCollection |
| Inheritance | StiDatabaseCollection StiBaseCollection Object |
| Implements | IStiClonable |
| Method | Defined By | ||
|---|---|---|---|
StiDatabaseCollection(dictionary:StiDictionary = null) | StiDatabaseCollection | ||
add(data:StiDatabase):void | StiDatabaseCollection | ||
addRange(datas:Array):void | StiDatabaseCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object | StiDatabaseCollection | ||
contains(data:StiDatabase):Boolean | StiDatabaseCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
deserialize(value:XMLNode):XMLNode [override] | StiDatabaseCollection | ||
![]() | 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 | |
insert(index:int, data:StiDatabase):void | StiDatabaseCollection | ||
memberwiseClone():Object [override] | StiDatabaseCollection | ||
![]() | 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 | |
remove(data:StiDatabase):void | StiDatabaseCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
![]() | toArray():Array Converting into Array | StiBaseCollection | |
| StiDatabaseCollection | () | Constructor |
public function StiDatabaseCollection(dictionary:StiDictionary = null)dictionary:StiDictionary (default = null) |
| add | () | method |
| addRange | () | method |
public function addRange(datas:Array):voidParameters
datas:Array |
| clone | () | method |
public function clone(... args):ObjectParameters
... args |
Object |
| contains | () | method |
| deserialize | () | method |
override public function deserialize(value:XMLNode):XMLNodeParameters
value:XMLNode |
XMLNode |
| insert | () | method |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| remove | () | method |