Packagestimulsoft.report.engine.engineV2
Classpublic class StiColumnsOnPanel
InheritanceStiColumnsOnPanel Inheritance Object

A class to output columns on the Panel.



Public Properties
 PropertyDefined By
  columnGaps : Number
[read-only] Returns interval between two columns in the current output container.
StiColumnsOnPanel
  count : int
[read-only] Returns the number of columns in the current container for output.
StiColumnsOnPanel
  currentColumn : int
StiColumnsOnPanel
  engine : StiEngine = null
StiColumnsOnPanel
  rightToLeft : Boolean
[read-only] Returns the direction of columns output in the current output container.
StiColumnsOnPanel
Public Methods
 MethodDefined By
  
StiColumnsOnPanel
  
Returns the width of a column in the current output container.
StiColumnsOnPanel
Property Detail
columnGapsproperty
columnGaps:Number  [read-only]

Returns interval between two columns in the current output container.


Implementation
    public function get columnGaps():Number
countproperty 
count:int  [read-only]

Returns the number of columns in the current container for output. If there is no columns then returns 0.


Implementation
    public function get count():int
currentColumnproperty 
currentColumn:int


Implementation
    public function get currentColumn():int
    public function set currentColumn(value:int):void
engineproperty 
public var engine:StiEngine = null

rightToLeftproperty 
rightToLeft:Boolean  [read-only]

Returns the direction of columns output in the current output container.


Implementation
    public function get rightToLeft():Boolean
Constructor Detail
StiColumnsOnPanel()Constructor
public function StiColumnsOnPanel(engine:StiEngine)



Parameters
engine:StiEngine
Method Detail
getColumnWidth()method
public function getColumnWidth():Number

Returns the width of a column in the current output container.

Returns
Number