Package | stimulsoft.report.components.conditions |
Class | public dynamic class StiConditionsCollection |
Inheritance | StiConditionsCollection ![]() ![]() |
Implements | IStiClonable |
Method | Defined By | ||
---|---|---|---|
StiConditionsCollection | |||
add(condition:StiBaseCondition):void | StiConditionsCollection | ||
addRange(conditions:Array, addOnlyNotEqual:Boolean = false):void | StiConditionsCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object Creates a new object that is a copy of the current instance. | StiConditionsCollection | ||
contains(condition:StiBaseCondition):Boolean | StiConditionsCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
getItemsType(value:String = null):Class [override] Тип элементов коллекции, который она будет пытаться десериализовать при загрузке (если тип элемента не определён автоматически) | StiConditionsCollection | ||
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
insert(index:int, condition:StiBaseCondition):void | StiConditionsCollection | ||
![]() | memberwiseClone():Object Creates a shallow copy of the current Collection. | StiBaseCollection | |
![]() | 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(condition:StiBaseCondition):void | StiConditionsCollection | ||
![]() | 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 |
StiConditionsCollection | () | Constructor |
public function StiConditionsCollection()
add | () | method |
addRange | () | method |
public function addRange(conditions:Array, addOnlyNotEqual:Boolean = false):void
Parameters
conditions:Array | |
addOnlyNotEqual:Boolean (default = false )
|
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(condition:StiBaseCondition):Boolean
Parameters
condition:StiBaseCondition |
Boolean |
getItemsType | () | method |
override public function getItemsType(value:String = null):Class
Тип элементов коллекции, который она будет пытаться десериализовать при загрузке (если тип элемента не определён автоматически)
Parameters
value:String (default = null )
|
Class |
insert | () | method |
public function insert(index:int, condition:StiBaseCondition):void
Parameters
index:int | |
condition:StiBaseCondition |
remove | () | method |