Packagelunas
Interfacepublic interface Progressbar extends Bar, Progress, Directionable
Implementors CoreProgressbar, LevelBar

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



Public Properties
 PropertyDefined By
 Inheriteddirection : String
Indicates the direction value of this object ("horizontal" or "vertical").
Directionable
 Inheritedmaximum : Number
The maximum value of the progress.
Progress
 Inheritedminimum : Number
The minimum value of the progress.
Progress
 Inheritedposition : Number
Indicates the position of the progress component.
Progress
Public Methods
 MethodDefined By
 Inherited
setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position value of the progress.
Progress