Package | stimulsoft.report.components.table.interfaces |
Interface | public interface IStiTableCell |
Implementors | StiTableCell, StiTableCellCheckBox, StiTableCellImage, StiTableCellRichText |
Property | Defined By | ||
---|---|---|---|
cellDockStyle : int | IStiTableCell | ||
cellType : int | IStiTableCell | ||
changeLeftPosition : Boolean [read-only] | IStiTableCell | ||
changeRightPosition : Boolean [read-only] | IStiTableCell | ||
changeTopPosition : Boolean [read-only] | IStiTableCell | ||
column : int | IStiTableCell | ||
fixedWidth : Boolean | IStiTableCell | ||
id : int | IStiTableCell | ||
join : Boolean | IStiTableCell | ||
joinCells : Array | IStiTableCell | ||
joinHeight : int | IStiTableCell | ||
joinWidth : int | IStiTableCell | ||
merged : Boolean [read-only] | IStiTableCell | ||
parentJoin : int | IStiTableCell | ||
parentJoinCell : StiComponent | IStiTableCell | ||
tableTag : Object | IStiTableCell |
Method | Defined By | ||
---|---|---|---|
containsGuid(id:int):Boolean | IStiTableCell | ||
getJoinComponentByGuid(id:int):StiComponent | IStiTableCell | ||
getJoinComponentByIndex(index:int):StiComponent | IStiTableCell | ||
getRealHeight():Number | IStiTableCell | ||
getRealHeightAfterInsertRows():Number | IStiTableCell | ||
getRealLeft():Number | IStiTableCell | ||
getRealTop():Number | IStiTableCell | ||
getRealWidth():Number | IStiTableCell | ||
setJoinSize():void | IStiTableCell |
cellDockStyle | property |
cellDockStyle:int
public function get cellDockStyle():int
public function set cellDockStyle(value:int):void
cellType | property |
cellType:int
public function get cellType():int
public function set cellType(value:int):void
changeLeftPosition | property |
changeLeftPosition:Boolean
[read-only] public function get changeLeftPosition():Boolean
changeRightPosition | property |
changeRightPosition:Boolean
[read-only] public function get changeRightPosition():Boolean
changeTopPosition | property |
changeTopPosition:Boolean
[read-only] public function get changeTopPosition():Boolean
column | property |
column:int
public function get column():int
public function set column(value:int):void
fixedWidth | property |
fixedWidth:Boolean
public function get fixedWidth():Boolean
public function set fixedWidth(value:Boolean):void
id | property |
id:int
public function get id():int
public function set id(value:int):void
join | property |
join:Boolean
public function get join():Boolean
public function set join(value:Boolean):void
joinCells | property |
joinCells:Array
public function get joinCells():Array
public function set joinCells(value:Array):void
joinHeight | property |
joinHeight:int
public function get joinHeight():int
public function set joinHeight(value:int):void
joinWidth | property |
joinWidth:int
public function get joinWidth():int
public function set joinWidth(value:int):void
merged | property |
merged:Boolean
[read-only] public function get merged():Boolean
parentJoin | property |
parentJoin:int
public function get parentJoin():int
public function set parentJoin(value:int):void
parentJoinCell | property |
parentJoinCell:StiComponent
public function get parentJoinCell():StiComponent
public function set parentJoinCell(value:StiComponent):void
tableTag | property |
tableTag:Object
public function get tableTag():Object
public function set tableTag(value:Object):void
containsGuid | () | method |
public function containsGuid(id:int):Boolean
Parameters
id:int |
Boolean |
getJoinComponentByGuid | () | method |
getJoinComponentByIndex | () | method |
public function getJoinComponentByIndex(index:int):StiComponent
Parameters
index:int |
StiComponent |
getRealHeight | () | method |
public function getRealHeight():Number
ReturnsNumber |
getRealHeightAfterInsertRows | () | method |
public function getRealHeightAfterInsertRows():Number
ReturnsNumber |
getRealLeft | () | method |
public function getRealLeft():Number
ReturnsNumber |
getRealTop | () | method |
public function getRealTop():Number
ReturnsNumber |
getRealWidth | () | method |
public function getRealWidth():Number
ReturnsNumber |
setJoinSize | () | method |
public function setJoinSize():void