VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IProgressbar
Properties
|
Methods
Package
lunas.core
Interface
public interface IProgressbar extends
IBar
,
IDirectionable
,
IProgress
Subinterfaces
IScrollbar
Implementors
AbstractProgressbar
This interface defined the methods to implement a progress bar display component.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
direction
: String
Indicates the direction value of this object.
IDirectionable
maximum
: Number
(Read-write) The maximum value of the progress.
IProgress
minimum
: Number
(Read-write) The minimum value of the progress.
IProgress
position
: Number
Indicates the position of the progress component.
IProgress
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
setPosition
(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position value of the progress.
IProgress