Packagestimulsoft.report.crossTab.core
Classpublic class StiGrid
InheritanceStiGrid Inheritance StiObject Inheritance Object
Subclasses StiCross



Public Properties
 PropertyDefined By
  cells : Array
StiGrid
  colCount : int
StiGrid
  coordX : Array
[read-only]
StiGrid
  coordY : Array
[read-only]
StiGrid
  designTime : Boolean
StiGrid
  fields : StiHashtable
[read-only]
StiGrid
  heights : Array
StiGrid
  maxHeight : Number = 10
StiGrid
  maxWidth : Number = 10
StiGrid
  report : StiReport
StiGrid
  rowCount : int
StiGrid
  widths : Array
StiGrid
Public Methods
 MethodDefined By
  
StiGrid
  
clone(... args):Object
[override]
StiGrid
  
doAutoSize():void
StiGrid
 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
  
init(colCount:int, rowCount:int):void
StiGrid
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiGrid
  
setCell(cellX:int, cellY:int, cellWidth:int, cellHeight:int, text:Object, value:Object, field:StiCrossField, isNumeric:Boolean, hyperlink:String, toolTip:String, tag:String, drillDownParameters:StiDictionaryCollection):StiCell
StiGrid
  
setCellField(cellX:int, cellY:int, field:StiCrossField):void
StiGrid
  
setTextOfCell(x:int, y:int, value:String):void
StiGrid
Property Detail
cellsproperty
cells:Array


Implementation
    public function get cells():Array
    public function set cells(value:Array):void
colCountproperty 
colCount:int


Implementation
    public function get colCount():int
    public function set colCount(value:int):void
coordXproperty 
coordX:Array  [read-only]


Implementation
    public function get coordX():Array
coordYproperty 
coordY:Array  [read-only]


Implementation
    public function get coordY():Array
designTimeproperty 
designTime:Boolean


Implementation
    public function get designTime():Boolean
    public function set designTime(value:Boolean):void
fieldsproperty 
fields:StiHashtable  [read-only]


Implementation
    public function get fields():StiHashtable
heightsproperty 
heights:Array


Implementation
    public function get heights():Array
    public function set heights(value:Array):void
maxHeightproperty 
public var maxHeight:Number = 10

maxWidthproperty 
public var maxWidth:Number = 10

reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
rowCountproperty 
rowCount:int


Implementation
    public function get rowCount():int
    public function set rowCount(value:int):void
widthsproperty 
widths:Array


Implementation
    public function get widths():Array
    public function set widths(value:Array):void
Constructor Detail
StiGrid()Constructor
public function StiGrid()



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

Parameters

... args

Returns
Object
doAutoSize()method 
public function doAutoSize():void

init()method 
public function init(colCount:int, rowCount:int):void

Parameters

colCount:int
 
rowCount:int

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

Returns
Object
setCell()method 
public function setCell(cellX:int, cellY:int, cellWidth:int, cellHeight:int, text:Object, value:Object, field:StiCrossField, isNumeric:Boolean, hyperlink:String, toolTip:String, tag:String, drillDownParameters:StiDictionaryCollection):StiCell

Parameters

cellX:int
 
cellY:int
 
cellWidth:int
 
cellHeight:int
 
text:Object
 
value:Object
 
field:StiCrossField
 
isNumeric:Boolean
 
hyperlink:String
 
toolTip:String
 
tag:String
 
drillDownParameters:StiDictionaryCollection

Returns
StiCell
setCellField()method 
public function setCellField(cellX:int, cellY:int, field:StiCrossField):void

Parameters

cellX:int
 
cellY:int
 
field:StiCrossField

setTextOfCell()method 
public function setTextOfCell(x:int, y:int, value:String):void

Parameters

x:int
 
y:int
 
value:String