| Package | lunas.core |
| Class | public class AbstractProgressbar |
| Inheritance | AbstractProgressbar AbstractProgress AbstractComponent CoreSprite flash.display.Sprite |
| Implements | IProgressbar |
| Subclasses | AbstractScrollbar, SimpleProgressbar |
IProgressbar display components, to minimize the effort required to implement this interface.
| Property | Defined by | ||
|---|---|---|---|
![]() | autoResetPosition : Boolean = false
This flag indicates of the position is auto reset.
| AbstractProgress | |
![]() | border : EdgeMetrics
Indicates the thickness, in pixels, of the four edge regions around a visual component.
| AbstractComponent | |
![]() | bubbles : Boolean = true
Indicates if the events use bubbling when are dispatched.
| AbstractComponent | |
![]() | builder : IBuilder
Indicates the IBuilder reference of this instance.
| AbstractComponent | |
| direction : String
Indicates the direction value of this object (default value is Direction.HORIZONTAL).
| AbstractProgressbar | ||
![]() | enabled : Boolean
Indicates the enabled state of the component.
| AbstractComponent | |
![]() | group : Boolean
Indicates with a boolean if this object is grouped.
| AbstractComponent | |
![]() | groupName : String
Indicates the name of the group of this object.
| AbstractComponent | |
![]() | h : Number
(read-only) Indicates the virtual height value of this component.
| AbstractComponent | |
![]() | id : *
Returns the id of this object.
| CoreSprite | |
![]() | isConfigurable : Boolean
Indicates if the display is configurable.
| CoreSprite | |
![]() | maxHeight : Number
This property defined the maximum height of this component.
| AbstractComponent | |
![]() | maximum : Number
(Read-write) The maximum value of this scrollbar.
| AbstractProgress | |
![]() | maxWidth : Number
This property defined the maximum width of this component.
| AbstractComponent | |
![]() | minHeight : Number
This property defined the mimimun height of this component.
| AbstractComponent | |
![]() | minimum : Number
(Read-write) The minimum value of this scrollbar.
| AbstractProgress | |
![]() | minWidth : Number
This property defined the mimimun width of this component.
| AbstractComponent | |
![]() | position : Number
Indicates the position of the progress bar.
| AbstractProgress | |
![]() | style : IStyle
Returns the style of this component.
| AbstractComponent | |
![]() | w : Number
(read-only) Indicates the virtual width value of this component.
| AbstractComponent | |
| Method | Defined by | ||
|---|---|---|---|
|
AbstractProgressbar(id:* = null, isConfigurable:Boolean = false, name:String = null)
Creates a new AbstractProgressbar instance.
| AbstractProgressbar | ||
![]() |
doLater():void
Launch an event with a delayed interval.
| AbstractComponent | |
![]() |
draw(... arguments):void
Draw the view of the component.
| AbstractComponent | |
![]() |
getBuilderRenderer():Class
Returns the
IBuilder constructor use to initialize this component. | AbstractComponent | |
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreSprite | |
![]() |
getStyleRenderer():Class
Returns the
IStyle constructor use to initialize this component. | AbstractComponent | |
![]() |
groupPolicyChanged():void
Invoked when the group property or the groupName property changed.
| AbstractComponent | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreSprite | |
![]() |
hide():void
Hides the component.
| AbstractComponent | |
![]() |
initialize():void
Initialize the component.
| AbstractComponent | |
![]() |
isLocked():Boolean
Returns
true if the object is locked. | CoreSprite | |
![]() |
isVisible():Boolean
Returns
true if the component is visible. | AbstractComponent | |
![]() |
lock():void
Locks the object.
| CoreSprite | |
![]() |
move(x:Number, y:Number):void
Moves the component.
| AbstractComponent | |
![]() |
notifyChanged():void
Notify a change in this component.
| AbstractComponent | |
![]() |
notifyEnabled():void
Notify an event when the enabled property is changed.
| AbstractComponent | |
![]() |
notifyResized():void
Notify an event when you resize the component.
| AbstractComponent | |
![]() |
refresh(init:*):void
Refresh the component with an object of initialization.
| AbstractComponent | |
![]() |
resetLock():void
Reset the lock security of the display.
| CoreSprite | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreSprite | |
![]() |
setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position of the progress bar.
| AbstractProgress | |
![]() |
setSize(w:Number, h:Number):void
Sets the virtuals width and height of the component.
| AbstractComponent | |
![]() |
setStyle(... args):void
Sets the style property on the style declaration or object.
| AbstractComponent | |
![]() |
setup():void
Setup the IConfigurable object.
| CoreSprite | |
![]() |
show():void
Shows the component.
| AbstractComponent | |
![]() |
toString():String
Returns the
String representation of this object. | CoreSprite | |
![]() |
unlock():void
Unlocks the display.
| CoreSprite | |
![]() |
update():void
Updates the component.
| AbstractComponent | |
![]() |
viewChanged():void
Invoked when the view of the display is changed.
| AbstractProgress | |
![]() |
viewDestroyed(e:Event = null):void
Invoked when the component is destroyed with a removeMovieClip.
| AbstractComponent | |
![]() |
viewEnabled():void
Invoked when the enabled property of the component change.
| AbstractComponent | |
![]() |
viewPositionChanged(flag:Boolean = false):void
Invoked when the position of the bar is changed.
| AbstractProgress | |
![]() |
viewResize():void
Invoked when the component is resized.
| AbstractComponent | |
![]() |
viewStyleChanged(e:Event = null):void
Invoked when the component IStyle changed.
| AbstractComponent | |
| direction | property |
direction:String [read-write]Indicates the direction value of this object (default value is Direction.HORIZONTAL).
Implementation public function get direction():String
public function set direction(value:String):void
See also
| AbstractProgressbar | () | constructor |
public function AbstractProgressbar(id:* = null, isConfigurable:Boolean = false, name:String = null)Creates a new AbstractProgressbar instance.
Parametersid:* (default = null) — Indicates the id of the object.
|
|
isConfigurable:Boolean (default = false) — This flag indicates if the IConfigurable object is register in the ConfigCollector.
|
|
name:String (default = null) — Indicates the instance name of the object.
|