Package | stimulsoft.report.styles.conditions |
Class | public dynamic class StiStyleConditionsCollection |
Inheritance | StiStyleConditionsCollection ![]() ![]() |
Implements | IStiClonable |
Method | Defined By | ||
---|---|---|---|
add(condition:StiStyleCondition):void | StiStyleConditionsCollection | ||
addElemens(elements:Vector.<StiStyleConditionElement>):void Creates a new object of the type StiStyleCondition. | StiStyleConditionsCollection | ||
addRange(conditions:StiStyleConditionsCollection):void | StiStyleConditionsCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... parameters):Object | StiStyleConditionsCollection | ||
contains(condition:StiStyleCondition):Boolean | StiStyleConditionsCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
equals(object:Object):Boolean [override] | StiStyleConditionsCollection | ||
![]() | 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 | |
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
![]() | 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 | |
![]() | 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 |
add | () | method |
addElemens | () | method |
public function addElemens(elements:Vector.<StiStyleConditionElement>):void
Creates a new object of the type StiStyleCondition.
Parameters
elements:Vector.<StiStyleConditionElement> |
addRange | () | method |
public function addRange(conditions:StiStyleConditionsCollection):void
Parameters
conditions:StiStyleConditionsCollection |
clone | () | method |
public function clone(... parameters):Object
Parameters
... parameters |
Object |
contains | () | method |
public function contains(condition:StiStyleCondition):Boolean
Parameters
condition:StiStyleCondition |
Boolean |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |