Packagestimulsoft.report.components
Classpublic dynamic class StiPagesCollection
InheritanceStiPagesCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
  cacheMode : Boolean
StiPagesCollection
  canUseCacheMode : Boolean
StiPagesCollection
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
  report : StiReport
StiPagesCollection
Public Methods
 MethodDefined By
  
StiPagesCollection
  
add(page:StiPage):void
StiPagesCollection
  
addRange(pages:Array):void
StiPagesCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... args):Object
StiPagesCollection
  
contains(page:StiPage):Boolean
StiPagesCollection
 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
  
getByName(name:String):StiPage
StiPagesCollection
  
getComponentByName(componentName:String):StiComponent
StiPagesCollection
 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
  
StiPagesCollection
  
getPage(page:StiPage):void
StiPagesCollection
  
StiPagesCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
  
loadPage(page:StiPage):void
StiPagesCollection
  
[override]
StiPagesCollection
 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
  
remove(startIndex:int, endCount:int):void
StiPagesCollection
  
removePage(page:StiPage):void
StiPagesCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
  
StiPagesCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Property Detail
cacheModeproperty
cacheMode:Boolean


Implementation
    public function get cacheMode():Boolean
    public function set cacheMode(value:Boolean):void
canUseCacheModeproperty 
canUseCacheMode:Boolean


Implementation
    public function get canUseCacheMode():Boolean
    public function set canUseCacheMode(value:Boolean):void
reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
Constructor Detail
StiPagesCollection()Constructor
public function StiPagesCollection(report:StiReport = null)



Parameters
report:StiReport (default = null)
Method Detail
add()method
public function add(page:StiPage):void

Parameters

page:StiPage

addRange()method 
public function addRange(pages:Array):void

Parameters

pages:Array

clone()method 
public function clone(... args):Object

Parameters

... args

Returns
Object
contains()method 
public function contains(page:StiPage):Boolean

Parameters

page:StiPage

Returns
Boolean
getByName()method 
public function getByName(name:String):StiPage

Parameters

name:String

Returns
StiPage
getComponentByName()method 
public function getComponentByName(componentName:String):StiComponent

Parameters

componentName:String

Returns
StiComponent
getMasterNames()method 
public function getMasterNames():StiHashtable

Returns
StiHashtable
getPage()method 
public function getPage(page:StiPage):void

Parameters

page:StiPage

getPageWithoutCache()method 
public function getPageWithoutCache(pageIndex:int):StiPage

Parameters

pageIndex:int

Returns
StiPage
loadPage()method 
public function loadPage(page:StiPage):void

Parameters

page:StiPage

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

Returns
Object
remove()method 
public function remove(startIndex:int, endCount:int):void

Parameters

startIndex:int
 
endCount:int

removePage()method 
public function removePage(page:StiPage):void

Parameters

page:StiPage

setMasterNames()method 
public function setMasterNames(hash:StiHashtable):void

Parameters

hash:StiHashtable