Packagestimulsoft.report.styles.conditions
Classpublic class StiStyleCondition
InheritanceStiStyleCondition Inheritance StiObject Inheritance Object
Implements IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  componentName : String
Gets or sets component name or part of component name.
StiStyleCondition
  componentType : int
Gets or sets component type which can be detected by style condition.
StiStyleCondition
  location : int
Gets or sets variant of component location on parent component area.
StiStyleCondition
  operationComponentName : int
Gets or sets type of operation which will be used for comparison of component names.
StiStyleCondition
  operationComponentType : int
Gets or sets type of operation which will be used for comparison of component types.
StiStyleCondition
  operationLocation : int
Gets or sets type of operation which will be used for comparison of component locations.
StiStyleCondition
  operationPlacement : int
Gets or sets type of operation which will be used for comparison of component placements.
StiStyleCondition
  operationPlacementNestedLevel : int
Gets or sets type of operation which will be used for comparison of component nested level.
StiStyleCondition
  placement : int
Gets or sets type of bands on which component can be placed.
StiStyleCondition
  placementNestedLevel : int
Gets or sets value which indicates nested level of specified component.
StiStyleCondition
  ref : int
StiStyleCondition
  type : int
Gets or sets type of this style condition.
StiStyleCondition
Public Methods
 MethodDefined By
  
StiStyleCondition(type:int = 2, operationPlacement:int = 0, operationPlacementNestedLevel:int = 0, operationComponentType:int = 0, operationLocation:int = 0, operationComponentName:int = 0, placement:int = 0, placementNestedLevel:int = 1, componentType:int = 1, location:int = 0, componentName:String)
Creates a new object of the type StiStyleCondition.
StiStyleCondition
  
clone(... args):Object
[override]
StiStyleCondition
 Inherited
equals(object:Object):Boolean
StiObject
  
fromElements(elements:Vector.<StiStyleConditionElement>):void
StiStyleCondition
  
[static]
StiStyleCondition
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiStyleCondition
Property Detail
componentNameproperty
componentName:String

Gets or sets component name or part of component name.


Implementation
    public function get componentName():String
    public function set componentName(value:String):void
componentTypeproperty 
componentType:int

Gets or sets component type which can be detected by style condition.


Implementation
    public function get componentType():int
    public function set componentType(value:int):void
locationproperty 
location:int

Gets or sets variant of component location on parent component area.


Implementation
    public function get location():int
    public function set location(value:int):void
operationComponentNameproperty 
operationComponentName:int

Gets or sets type of operation which will be used for comparison of component names.


Implementation
    public function get operationComponentName():int
    public function set operationComponentName(value:int):void
operationComponentTypeproperty 
operationComponentType:int

Gets or sets type of operation which will be used for comparison of component types.


Implementation
    public function get operationComponentType():int
    public function set operationComponentType(value:int):void
operationLocationproperty 
operationLocation:int

Gets or sets type of operation which will be used for comparison of component locations.


Implementation
    public function get operationLocation():int
    public function set operationLocation(value:int):void
operationPlacementproperty 
operationPlacement:int

Gets or sets type of operation which will be used for comparison of component placements.


Implementation
    public function get operationPlacement():int
    public function set operationPlacement(value:int):void
operationPlacementNestedLevelproperty 
operationPlacementNestedLevel:int

Gets or sets type of operation which will be used for comparison of component nested level.


Implementation
    public function get operationPlacementNestedLevel():int
    public function set operationPlacementNestedLevel(value:int):void
placementproperty 
placement:int

Gets or sets type of bands on which component can be placed.


Implementation
    public function get placement():int
    public function set placement(value:int):void
placementNestedLevelproperty 
placementNestedLevel:int

Gets or sets value which indicates nested level of specified component.


Implementation
    public function get placementNestedLevel():int
    public function set placementNestedLevel(value:int):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
typeproperty 
type:int

Gets or sets type of this style condition.


Implementation
    public function get type():int
    public function set type(value:int):void
Constructor Detail
StiStyleCondition()Constructor
public function StiStyleCondition(type:int = 2, operationPlacement:int = 0, operationPlacementNestedLevel:int = 0, operationComponentType:int = 0, operationLocation:int = 0, operationComponentName:int = 0, placement:int = 0, placementNestedLevel:int = 1, componentType:int = 1, location:int = 0, componentName:String)

Creates a new object of the type StiStyleCondition.

Parameters
type:int (default = 2)
 
operationPlacement:int (default = 0)
 
operationPlacementNestedLevel:int (default = 0)
 
operationComponentType:int (default = 0)
 
operationLocation:int (default = 0)
 
operationComponentName:int (default = 0)
 
placement:int (default = 0)
 
placementNestedLevel:int (default = 1)
 
componentType:int (default = 1)
 
location:int (default = 0)
 
componentName:String
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
fromElements()method 
public function fromElements(elements:Vector.<StiStyleConditionElement>):void

Parameters

elements:Vector.<StiStyleConditionElement>

fromElements()method 
public static function fromElements(elements:Vector.<StiStyleConditionElement>):StiStyleCondition

Parameters

elements:Vector.<StiStyleConditionElement>

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

Returns
Object