| Package | lunas.core |
| Class | public class AbstractProgress |
| Inheritance | AbstractProgress AbstractComponent CoreSprite flash.display.Sprite |
| Implements | IProgress |
| Subclasses | AbstractProgressbar |
IProgress 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 | |
![]() | componentInspectorSetting : Boolean
Initialize when the Flash component settings are initialized (only in Flash with a compiled component).
| AbstractComponent | |
![]() | 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 | |
| Property | Defined by | ||
|---|---|---|---|
![]() | _h : Number = 0
The protected virtual height value of the component.
| AbstractComponent | |
| _max : Number = 100
The max value of the progress.
| AbstractProgress | ||
| _min : Number = 0
The min value of the progress.
| AbstractProgress | ||
| _position : Number = 0
The position value of the bar.
| AbstractProgress | ||
![]() | _w : Number = 0
The protected virtual width value of the component.
| AbstractComponent | |
| Method | Defined by | ||
|---|---|---|---|
|
AbstractProgress(id:* = null, isConfigurable:Boolean = false, name:String = null)
Creates a new AbstractProgressbar instance.
| AbstractProgress | ||
![]() |
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 | |
| autoResetPosition | property |
public var autoResetPosition:Boolean = falseThis flag indicates of the position is auto reset.
| _max | property |
protected var _max:Number = 100The max value of the progress.
| maximum | property |
maximum:Number [read-write](Read-write) The maximum value of this scrollbar.
Implementation public function get maximum():Number
public function set maximum(value:Number):void
| _min | property |
protected var _min:Number = 0The min value of the progress.
| minimum | property |
minimum:Number [read-write](Read-write) The minimum value of this scrollbar.
Implementation public function get minimum():Number
public function set minimum(value:Number):void
| _position | property |
protected var _position:Number = 0The position value of the bar.
| position | property |
position:Number [read-write]Indicates the position of the progress bar.
Implementation public function get position():Number
public function set position(value:Number):void
| AbstractProgress | () | constructor |
public function AbstractProgress(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.
|
| setPosition | () | method |
public function setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):voidSets the position of the progress bar.
Parametersvalue:Number — the position value of the progress bar.
|
|
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.
|
| viewChanged | () | method |
public override function viewChanged():voidInvoked when the view of the display is changed.
| viewPositionChanged | () | method |
public function viewPositionChanged(flag:Boolean = false):voidInvoked when the position of the bar is changed.
Parametersflag:Boolean (default = false) — (optional) An optional boolean. By default this flag is passed-in the setPosition method.
|