| Package | graphics.process.display |
| Class | public class SetChildIndex |
| Inheritance | SetChildIndex Task Object |
| Property | Defined By | ||
|---|---|---|---|
| child : DisplayObject
The child DisplayObject instance for which you want to change the index number. | SetChildIndex | ||
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
| index : uint
The resulting index number for the child display object. | SetChildIndex | ||
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
![]() | phase : String [read-only]
The current phase of the action. | Task | |
![]() | running : Boolean [read-only]
Indicates true if the process is in progress. | Task | |
![]() | startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Task | |
| target : DisplayObjectContainer
The DisplayObjectContainer reference. | SetChildIndex | ||
| Method | Defined By | ||
|---|---|---|---|
SetChildIndex(target:DisplayObjectContainer = null, child:DisplayObject = null, index:uint = 0)
Creates a new SetChildIndex instance. | SetChildIndex | ||
clone():* [override]
Returns a shallow copy of this object. | SetChildIndex | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
run(... arguments):void [override]
Run the process. | SetChildIndex | ||
![]() | unlock():void
Unlocks the display. | Task | |
| child | property |
public var child:DisplayObjectThe child DisplayObject instance for which you want to change the index number.
| index | property |
public var index:uintThe resulting index number for the child display object.
| target | property |
public var target:DisplayObjectContainerThe DisplayObjectContainer reference.
| SetChildIndex | () | Constructor |
public function SetChildIndex(target:DisplayObjectContainer = null, child:DisplayObject = null, index:uint = 0)Creates a new SetChildIndex instance.
Parameterstarget:DisplayObjectContainer (default = null) — The DisplayObjectContainer reference.
| |
child:DisplayObject (default = null) — The child DisplayObject instance for which you want to change the index number.
| |
index:uint (default = 0) — The resulting index number for the child display object.
|
| clone | () | method |
override public function clone():*Returns a shallow copy of this object.
Returns* — a shallow copy of this object.
|
| run | () | method |
override public function run(... arguments):voidRun the process.
Parameters
... arguments |