Packagelunas
Interfacepublic interface Progress
Implementors CoreProgress

This interface defined the methods to implement a progress display component.



Public Properties
 PropertyDefined By
  maximum : Number
The maximum value of the progress.
Progress
  minimum : Number
The minimum value of the progress.
Progress
  position : Number
Indicates the position of the progress component.
Progress
Public Methods
 MethodDefined By
  
setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position value of the progress.
Progress
Property Detail
maximumproperty
maximum:Number

The maximum value of the progress.


Implementation
    public function get maximum():Number
    public function set maximum(value:Number):void
minimumproperty 
minimum:Number

The minimum value of the progress.


Implementation
    public function get minimum():Number
    public function set minimum(value:Number):void
positionproperty 
position:Number

Indicates the position of the progress component.


Implementation
    public function get position():Number
    public function set position(value:Number):void
Method Detail
setPosition()method
public function setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):void

Sets the position value of the progress.

Parameters

value:Number — the position value of the progress component.
 
noEvent:Boolean (default = false) — (optional) this flag disabled the events of this method if this argument is true
 
flag:Boolean (default = false) — (optional) An optional boolean flag use in the method.