Packagestimulsoft.report
Classpublic class StiProgressInformation
InheritanceStiProgressInformation Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  pLabel : String
StiProgressInformation
  progressBar : Object = null
StiProgressInformation
  pValue : int = 0
StiProgressInformation
Public Methods
 MethodDefined 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
Property Detail
pLabelproperty
public var pLabel:String

progressBarproperty 
public var progressBar:Object = null

pValueproperty 
public var pValue:int = 0

Constructor Detail
StiProgressInformation()Constructor
public function StiProgressInformation(progress:Object)



Parameters
progress:Object
Method Detail
close()method
public function close():void

show()method 
public function show():void

start()method 
public function start(title:String, progressMaximum:int = -1):void

Parameters

title:String
 
progressMaximum:int (default = -1)

update()method 
public function update(value:String, progressValue:int = -1):void

Parameters

value:String
 
progressValue:int (default = -1)