Package | stimulsoft.report.crossTab.core |
Class | public class StiGrid |
Inheritance | StiGrid ![]() ![]() |
Subclasses | StiCross |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
StiGrid() | StiGrid | ||
clone(... args):Object [override] | StiGrid | ||
doAutoSize():void | StiGrid | ||
![]() | equals(object:Object):Boolean | StiObject | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
init(colCount:int, rowCount:int):void | StiGrid | ||
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [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 |
cells | property |
cells:Array
public function get cells():Array
public function set cells(value:Array):void
colCount | property |
colCount:int
public function get colCount():int
public function set colCount(value:int):void
coordX | property |
coordX:Array
[read-only] public function get coordX():Array
coordY | property |
coordY:Array
[read-only] public function get coordY():Array
designTime | property |
designTime:Boolean
public function get designTime():Boolean
public function set designTime(value:Boolean):void
fields | property |
heights | property |
heights:Array
public function get heights():Array
public function set heights(value:Array):void
maxHeight | property |
public var maxHeight:Number = 10
maxWidth | property |
public var maxWidth:Number = 10
report | property |
report:StiReport
public function get report():StiReport
public function set report(value:StiReport):void
rowCount | property |
rowCount:int
public function get rowCount():int
public function set rowCount(value:int):void
widths | property |
widths:Array
public function get widths():Array
public function set widths(value:Array):void
StiGrid | () | Constructor |
public function StiGrid()
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
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
ReturnsObject |
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 |
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 |