Property | Defined By | ||
---|---|---|---|
currentColumn : int = -1 | StiThreads | ||
currentPage : int = -1 | StiThreads | ||
destinationName : String = null | StiThreads | ||
engine : StiEngine = null | StiThreads | ||
isActive : Boolean = false | StiThreads |
Method | Defined By | ||
---|---|---|---|
StiThreads(engine:StiEngine) | StiThreads | ||
createContainerEngine(destinationName:String, report:StiReport, masterEngine:StiEngine, indexOfStartRenderedPages:int):StiEngine
Creates a new engine sample to output in the specified container. | StiThreads | ||
StiThreads | |||
newPage():void Prepares a new page to output a container. | StiThreads | ||
selectThreadFromContainer(container:StiContainer):void
Sets the stream to output the specified component. | StiThreads |
currentColumn | property |
public var currentColumn:int = -1
currentPage | property |
public var currentPage:int = -1
destinationName | property |
public var destinationName:String = null
engine | property |
public var engine:StiEngine = null
isActive | property |
public var isActive:Boolean = false
StiThreads | () | Constructor |
createContainerEngine | () | method |
public function createContainerEngine(destinationName:String, report:StiReport, masterEngine:StiEngine, indexOfStartRenderedPages:int):StiEngine
Creates a new engine sample to output in the specified container. "destinationName" > A name of a container that will process output. "report" > "masterEngine" > An engine that outputs bands on a page. "indexOfStartRenderedPages" > An index of a page. Starting with it output of the current page began.
Parameters
destinationName:String | |
report:StiReport | |
masterEngine:StiEngine | |
indexOfStartRenderedPages:int |
StiEngine |
getDestinationContainerWP | () | method |
newPage | () | method |
public function newPage():void
Prepares a new page to output a container. A new page is not always a page of a report. This be a new container.
selectThreadFromContainer | () | method |
public function selectThreadFromContainer(container:StiContainer):void
Sets the stream to output the specified component. If the stream does not exist then it is created.
Parameters
container:StiContainer |