Packagestimulsoft.report.crossTab.core
Classpublic class StiColumn
InheritanceStiColumn Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  cols : StiColumnCollection
[read-only]
StiColumn
  displayValue : Object
StiColumn
  drillDownParameters : StiDictionaryCollection
StiColumn
  hyperlinkValue : String
StiColumn
  isTotal : Boolean
StiColumn
  level : int
StiColumn
  tagValue : String
StiColumn
  toolTipValue : String
StiColumn
  value : Object
StiColumn
Public Methods
 MethodDefined By
  
StiColumn(value:Object, displayValue:Object)
StiColumn
  
clone(... args):Object
[override]
StiColumn
 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]
StiColumn
Property Detail
colsproperty
cols:StiColumnCollection  [read-only]


Implementation
    public function get cols():StiColumnCollection
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
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
StiColumn()Constructor
public function StiColumn(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