| Package | stimulsoft.report |
| Class | public class StiProgressInformation |
| Inheritance | StiProgressInformation flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| pLabel : String | StiProgressInformation | ||
| progressBar : Object = null | StiProgressInformation | ||
| pValue : int = 0 | StiProgressInformation | ||
| Method | Defined By | ||
|---|---|---|---|
StiProgressInformation(progress:Object) | StiProgressInformation | ||
close():void | StiProgressInformation | ||
show():void | StiProgressInformation | ||
start(title:String, progressMaximum:int = -1):void | StiProgressInformation | ||
update(value:String, progressValue:int = -1):void | StiProgressInformation | ||
| pLabel | property |
public var pLabel:String| progressBar | property |
public var progressBar:Object = null| pValue | property |
public var pValue:int = 0| StiProgressInformation | () | Constructor |
public function StiProgressInformation(progress:Object)progress:Object |
| close | () | method |
public function close():void| show | () | method |
public function show():void| start | () | method |
public function start(title:String, progressMaximum:int = -1):voidParameters
title:String | |
progressMaximum:int (default = -1) |
| update | () | method |
public function update(value:String, progressValue:int = -1):voidParameters
value:String | |
progressValue:int (default = -1) |