Package | stimulsoft.report.components |
Class | public dynamic class StiComponentsCollection |
Inheritance | StiComponentsCollection ![]() ![]() |
Implements | IStiClonable |
Method | Defined By | ||
---|---|---|---|
StiComponentsCollection(parent:StiContainer = null) | StiComponentsCollection | ||
add(component:StiComponent):void | StiComponentsCollection | ||
addRange(components:Array):void | StiComponentsCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object Creates a new object that is a copy of the current instance. | StiComponentsCollection | ||
contains(component:StiComponent):Boolean | StiComponentsCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
StiComponentsCollection | |||
![]() | 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 | ||
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
indexOfName(name:String):int | StiComponentsCollection | ||
insert(index:int, component:StiComponent):void | StiComponentsCollection | ||
insertRange(index:int, components:StiComponentsCollection):void | StiComponentsCollection | ||
memberwiseClone():Object [override] | StiComponentsCollection | ||
![]() | 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(component:StiComponent, clearParent:Boolean = true):void | StiComponentsCollection | ||
removeAt(index:int):void Удаляем объект из коллекции по его порядковому номеру | StiComponentsCollection | ||
removeRange(components:StiComponentsCollection):void | StiComponentsCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
setParent(parent:StiContainer):void | StiComponentsCollection | ||
sortBandsByLeftPosition():void | StiComponentsCollection | ||
sortBandsByTopPosition():void | StiComponentsCollection | ||
sortByBottomPosition():void | StiComponentsCollection | ||
sortByLeftPosition():void | StiComponentsCollection | ||
sortByPriority():void | StiComponentsCollection | ||
sortByRightPosition():void | StiComponentsCollection | ||
sortBySelectionTick():void | StiComponentsCollection | ||
sortByTopPosition():void | StiComponentsCollection | ||
![]() | toArray():Array Converting into Array | StiBaseCollection |
StiComponentsCollection | () | Constructor |
public function StiComponentsCollection(parent:StiContainer = null)
parent:StiContainer (default = null )
|
add | () | method |
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 |
Object |
contains | () | method |
public function contains(component:StiComponent):Boolean
Parameters
component:StiComponent |
Boolean |
getComponentByName | () | method |
public function getComponentByName(componentName:String, container:StiContainer = null):StiComponent
Parameters
componentName:String | |
container:StiContainer (default = null )
|
StiComponent |
getPageByAlias | () | method |
indexOfName | () | method |
public function indexOfName(name:String):int
Parameters
name:String |
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
ReturnsObject |
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 |
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