| Package | stimulsoft.report.components |
| Class | public dynamic class StiPagesCollection |
| Inheritance | StiPagesCollection StiBaseCollection Object |
| Implements | IStiClonable |
| Property | Defined By | ||
|---|---|---|---|
| cacheMode : Boolean | StiPagesCollection | ||
| canUseCacheMode : Boolean | StiPagesCollection | ||
![]() | count : int [read-only] | StiBaseCollection | |
![]() | name : String | StiBaseCollection | |
| report : StiReport | StiPagesCollection | ||
| Method | Defined By | ||
|---|---|---|---|
StiPagesCollection(report:StiReport = null) | StiPagesCollection | ||
| StiPagesCollection | |||
addRange(pages:Array):void | StiPagesCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object | StiPagesCollection | ||
| StiPagesCollection | |||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
| StiPagesCollection | |||
getComponentByName(componentName:String):StiComponent | StiPagesCollection | ||
![]() | 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 | |
| StiPagesCollection | |||
| StiPagesCollection | |||
getPageWithoutCache(pageIndex:int):StiPage | StiPagesCollection | ||
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
| StiPagesCollection | |||
memberwiseClone():Object [override] | StiPagesCollection | ||
![]() | 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(startIndex:int, endCount:int):void | StiPagesCollection | ||
removePage(page:StiPage):void | StiPagesCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
setMasterNames(hash:StiHashtable):void | StiPagesCollection | ||
![]() | toArray():Array Converting into Array | StiBaseCollection | |
| cacheMode | property |
cacheMode:Boolean public function get cacheMode():Boolean public function set cacheMode(value:Boolean):void| canUseCacheMode | property |
canUseCacheMode:Boolean public function get canUseCacheMode():Boolean public function set canUseCacheMode(value:Boolean):void| report | property |
report:StiReport public function get report():StiReport public function set report(value:StiReport):void| StiPagesCollection | () | Constructor |
public function StiPagesCollection(report:StiReport = null)report:StiReport (default = null) |
| add | () | method |
| addRange | () | method |
public function addRange(pages:Array):voidParameters
pages:Array |
| clone | () | method |
public function clone(... args):ObjectParameters
... args |
Object |
| contains | () | method |
| getByName | () | method |
| getComponentByName | () | method |
public function getComponentByName(componentName:String):StiComponentParameters
componentName:String |
StiComponent |
| getMasterNames | () | method |
| getPage | () | method |
| getPageWithoutCache | () | method |
| loadPage | () | method |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| remove | () | method |
public function remove(startIndex:int, endCount:int):voidParameters
startIndex:int | |
endCount:int |
| removePage | () | method |
| setMasterNames | () | method |