Packagestimulsoft.report.styles.conditions
Classpublic dynamic class StiStyleConditionsCollection
InheritanceStiStyleConditionsCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
add(condition:StiStyleCondition):void
StiStyleConditionsCollection
  
addElemens(elements:Vector.<StiStyleConditionElement>):void
Creates a new object of the type StiStyleCondition.
StiStyleConditionsCollection
  
StiStyleConditionsCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... parameters):Object
StiStyleConditionsCollection
  
contains(condition:StiStyleCondition):Boolean
StiStyleConditionsCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
  
equals(object:Object):Boolean
[override]
StiStyleConditionsCollection
 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
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
 Inherited
Creates a shallow copy of the current Collection.
StiBaseCollection
 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
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Method Detail
add()method
public function add(condition:StiStyleCondition):void

Parameters

condition:StiStyleCondition

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

Returns
Object
contains()method 
public function contains(condition:StiStyleCondition):Boolean

Parameters

condition:StiStyleCondition

Returns
Boolean
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean