Packagelunas.core
Interfacepublic interface IProgressbar extends IBar, IDirectionable, IProgress
SubinterfacesIScrollbar
ImplementorsAbstractProgressbar

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.
IDirectionable
 Inheritedmaximum : Number
(Read-write) The maximum value of the progress.
IProgress
 Inheritedminimum : Number
(Read-write) The minimum value of the progress.
IProgress
 Inheritedposition : Number
Indicates the position of the progress component.
IProgress
Public Methods
 MethodDefined by
 Inherited
setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position value of the progress.
IProgress