Packagestimulsoft.report.crossTab.core
Classpublic class StiRow
InheritanceStiRow Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  displayValue : Object
StiRow
  drillDownParameters : StiDictionaryCollection
StiRow
  hyperlinkValue : String
StiRow
  isTotal : Boolean
StiRow
  level : int
StiRow
  rows : StiRowCollection
[read-only]
StiRow
  tagValue : String
StiRow
  toolTipValue : String
StiRow
  value : Object
StiRow
Public Methods
 MethodDefined By
  
StiRow(value:Object, displayValue:Object)
StiRow
  
clone(... args):Object
[override]
StiRow
 Inherited
equals(object:Object):Boolean
StiObject
 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]
StiRow
Property Detail
displayValueproperty
displayValue:Object


Implementation
    public function get displayValue():Object
    public function set displayValue(value:Object):void
drillDownParametersproperty 
drillDownParameters:StiDictionaryCollection


Implementation
    public function get drillDownParameters():StiDictionaryCollection
    public function set drillDownParameters(value:StiDictionaryCollection):void
hyperlinkValueproperty 
hyperlinkValue:String


Implementation
    public function get hyperlinkValue():String
    public function set hyperlinkValue(value:String):void
isTotalproperty 
isTotal:Boolean


Implementation
    public function get isTotal():Boolean
    public function set isTotal(value:Boolean):void
levelproperty 
level:int


Implementation
    public function get level():int
    public function set level(value:int):void
rowsproperty 
rows:StiRowCollection  [read-only]


Implementation
    public function get rows():StiRowCollection
tagValueproperty 
tagValue:String


Implementation
    public function get tagValue():String
    public function set tagValue(value:String):void
toolTipValueproperty 
toolTipValue:String


Implementation
    public function get toolTipValue():String
    public function set toolTipValue(value:String):void
valueproperty 
value:Object


Implementation
    public function get value():Object
    public function set value(value:Object):void
Constructor Detail
StiRow()Constructor
public function StiRow(value:Object, displayValue:Object)



Parameters
value:Object
 
displayValue:Object
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

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

Returns
Object