Packagegraphics.process.display
Classpublic class RemoveChildAt
InheritanceRemoveChildAt Inheritance Task Inheritance Object

This process remove a DisplayObject with a specific index in a DisplayObjectContainer.



Public Properties
 PropertyDefined By
  at : uint
The index position to remove a display in the container.
RemoveChildAt
 InheritedfinishIt : Signaler
This signal emit when the notifyFinished method is invoked.
Task
 Inheritedlogger : Logger
Determinates the internal Logger reference of this Loggable object.
Task
 Inheritedphase : String
[read-only] The current phase of the action.
Task
 Inheritedrunning : Boolean
[read-only] Indicates true if the process is in progress.
Task
 InheritedstartIt : Signaler
This signal emit when the notifyStarted method is invoked.
Task
  target : DisplayObjectContainer
The DisplayObject reference.
RemoveChildAt
Public Methods
 MethodDefined By
  
RemoveChildAt(target:DisplayObjectContainer = null, at:uint = 0)
Creates a new RemoveChildAt instance.
RemoveChildAt
  
clone():*
[override] Returns a shallow copy of this object.
RemoveChildAt
 Inherited
isLocked():Boolean
Returns true if the object is locked.
Task
 Inherited
lock():void
Locks the object.
Task
 Inherited
Notify an ActionEvent when the process is finished.
Task
 Inherited
Notify an ActionEvent when the process is started.
Task
  
run(... arguments):void
[override] Run the process.
RemoveChildAt
 Inherited
unlock():void
Unlocks the display.
Task
Protected Methods
 MethodDefined By
 Inherited
setRunning(b:Boolean):void
Changes the running property value.
Task
Property Detail
atproperty
public var at:uint

The index position to remove a display in the container.

targetproperty 
public var target:DisplayObjectContainer

The DisplayObject reference.

Constructor Detail
RemoveChildAt()Constructor
public function RemoveChildAt(target:DisplayObjectContainer = null, at:uint = 0)

Creates a new RemoveChildAt instance.

Parameters
target:DisplayObjectContainer (default = null) — The DisplayObjectContainer reference.
 
at:uint (default = 0) — The index position to remove the display.
Method Detail
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):void

Run the process.

Parameters

... arguments