Packagestimulsoft.report.components
Classpublic dynamic class StiComponentsCollection
InheritanceStiComponentsCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiComponentsCollection
  
add(component:StiComponent):void
StiComponentsCollection
  
addRange(components:Array):void
StiComponentsCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiComponentsCollection
  
contains(component:StiComponent):Boolean
StiComponentsCollection
 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
  
getComponentByName(componentName:String, container:StiContainer = null):StiComponent
StiComponentsCollection
 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
  
getPageByAlias(alias:String):StiPage
StiComponentsCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
  
indexOfName(name:String):int
StiComponentsCollection
  
insert(index:int, component:StiComponent):void
StiComponentsCollection
  
insertRange(index:int, components:StiComponentsCollection):void
StiComponentsCollection
  
[override]
StiComponentsCollection
 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(component:StiComponent, clearParent:Boolean = true):void
StiComponentsCollection
  
removeAt(index:int):void
Удаляем объект из коллекции по его порядковому номеру
StiComponentsCollection
  
StiComponentsCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
  
setParent(parent:StiContainer):void
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
  
StiComponentsCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Constructor Detail
StiComponentsCollection()Constructor
public function StiComponentsCollection(parent:StiContainer = null)



Parameters
parent:StiContainer (default = null)
Method Detail
add()method
public function add(component:StiComponent):void

Parameters

component:StiComponent

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

Parameters

components:Array

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

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
contains()method 
public function contains(component:StiComponent):Boolean

Parameters

component:StiComponent

Returns
Boolean
getComponentByName()method 
public function getComponentByName(componentName:String, container:StiContainer = null):StiComponent

Parameters

componentName:String
 
container:StiContainer (default = null)

Returns
StiComponent
getPageByAlias()method 
public function getPageByAlias(alias:String):StiPage

Parameters

alias:String

Returns
StiPage
indexOfName()method 
public function indexOfName(name:String):int

Parameters

name:String

Returns
int
insert()method 
public function insert(index:int, component:StiComponent):void

Parameters

index:int
 
component:StiComponent

insertRange()method 
public function insertRange(index:int, components:StiComponentsCollection):void

Parameters

index:int
 
components:StiComponentsCollection

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

Returns
Object
remove()method 
public function remove(component:StiComponent, clearParent:Boolean = true):void

Parameters

component:StiComponent
 
clearParent:Boolean (default = true)

removeAt()method 
public function removeAt(index:int):void

Удаляем объект из коллекции по его порядковому номеру

Parameters

index:int

removeRange()method 
public function removeRange(components:StiComponentsCollection):void

Parameters

components:StiComponentsCollection

setParent()method 
public function setParent(parent:StiContainer):void

Parameters

parent:StiContainer

sortBandsByLeftPosition()method 
public function sortBandsByLeftPosition():void

sortBandsByTopPosition()method 
public function sortBandsByTopPosition():void

sortByBottomPosition()method 
public function sortByBottomPosition():void

sortByLeftPosition()method 
public function sortByLeftPosition():void

sortByPriority()method 
public function sortByPriority():void

sortByRightPosition()method 
public function sortByRightPosition():void

sortBySelectionTick()method 
public function sortBySelectionTick():void

sortByTopPosition()method 
public function sortByTopPosition():void