Package | stimulsoft.report.styles.conditions |
Class | public class StiStyleCondition |
Inheritance | StiStyleCondition ![]() ![]() |
Implements | IStiSerializable, IStiRef |
Property | Defined 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 |
Method | Defined 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 | ||
![]() | equals(object:Object):Boolean | StiObject | |
fromElements(elements:Vector.<StiStyleConditionElement>):void | StiStyleCondition | ||
[static] | StiStyleCondition | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiStyleCondition |
componentName | property |
componentName:String
Gets or sets component name or part of component name.
public function get componentName():String
public function set componentName(value:String):void
componentType | property |
componentType:int
Gets or sets component type which can be detected by style condition.
public function get componentType():int
public function set componentType(value:int):void
location | property |
location:int
Gets or sets variant of component location on parent component area.
public function get location():int
public function set location(value:int):void
operationComponentName | property |
operationComponentName:int
Gets or sets type of operation which will be used for comparison of component names.
public function get operationComponentName():int
public function set operationComponentName(value:int):void
operationComponentType | property |
operationComponentType:int
Gets or sets type of operation which will be used for comparison of component types.
public function get operationComponentType():int
public function set operationComponentType(value:int):void
operationLocation | property |
operationLocation:int
Gets or sets type of operation which will be used for comparison of component locations.
public function get operationLocation():int
public function set operationLocation(value:int):void
operationPlacement | property |
operationPlacement:int
Gets or sets type of operation which will be used for comparison of component placements.
public function get operationPlacement():int
public function set operationPlacement(value:int):void
operationPlacementNestedLevel | property |
operationPlacementNestedLevel:int
Gets or sets type of operation which will be used for comparison of component nested level.
public function get operationPlacementNestedLevel():int
public function set operationPlacementNestedLevel(value:int):void
placement | property |
placement:int
Gets or sets type of bands on which component can be placed.
public function get placement():int
public function set placement(value:int):void
placementNestedLevel | property |
placementNestedLevel:int
Gets or sets value which indicates nested level of specified component.
public function get placementNestedLevel():int
public function set placementNestedLevel(value:int):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
type | property |
type:int
Gets or sets type of this style condition.
public function get type():int
public function set type(value:int):void
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.
Parameterstype: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 |
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
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> |
StiStyleCondition |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |