| Package | graphics.process.display |
| Class | public class RemoveChildAt |
| Inheritance | RemoveChildAt Task Object |
| Property | Defined By | ||
|---|---|---|---|
| at : uint
The index position to remove a display in the container. | RemoveChildAt | ||
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
![]() | 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 DisplayObject reference. | RemoveChildAt | ||
| Method | Defined By | ||
|---|---|---|---|
RemoveChildAt(target:DisplayObjectContainer = null, at:uint = 0)
Creates a new RemoveChildAt instance. | RemoveChildAt | ||
clone():* [override]
Returns a shallow copy of this object. | RemoveChildAt | ||
![]() | 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. | RemoveChildAt | ||
![]() | unlock():void
Unlocks the display. | Task | |
| at | property |
public var at:uintThe index position to remove a display in the container.
| target | property |
public var target:DisplayObjectContainerThe DisplayObject reference.
| RemoveChildAt | () | Constructor |
public function RemoveChildAt(target:DisplayObjectContainer = null, at:uint = 0)Creates a new RemoveChildAt instance.
Parameterstarget:DisplayObjectContainer (default = null) — The DisplayObjectContainer reference.
| |
at:uint (default = 0) — The index position to remove the display.
|
| 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 |