Packagecom.sibirjak.asdpc.core
Interfacepublic interface IDisplayObjectContainer extends IDisplayObject, flash.events.IEventDispatcher
SubinterfacesIListItemContent, IListItemRenderer, IView

Interface to many of the native Flash DisplayObjectContainer methods.



Public Properties
 PropertyDefined by
 Inheritedalpha : Number
IDisplayObject
 Inheritedheight : Number
IDisplayObject
 Inheritedmask : DisplayObject
IDisplayObject
 Inheritedname : String
IDisplayObject
  numChildren : int
[read-only]
IDisplayObjectContainer
  parent : DisplayObjectContainer
[read-only]
IDisplayObjectContainer
 InheritedscaleX : Number
IDisplayObject
 InheritedscaleY : Number
IDisplayObject
 Inheritedstage : Stage
IDisplayObject
 Inheritedvisible : Boolean
IDisplayObject
 Inheritedwidth : Number
IDisplayObject
 Inheritedx : Number
IDisplayObject
 Inheritedy : Number
IDisplayObject
Public Methods
 MethodDefined by
  
addChild(child:DisplayObject):DisplayObject
IDisplayObjectContainer
  
addChildAt(child:DisplayObject, index:int):DisplayObject
IDisplayObjectContainer
  
contains(child:DisplayObject):Boolean
IDisplayObjectContainer
  
getChildAt(index:int):DisplayObject
IDisplayObjectContainer
  
removeChild(child:DisplayObject):DisplayObject
IDisplayObjectContainer
  
removeChildAt(index:int):DisplayObject
IDisplayObjectContainer
Property detail
numChildrenproperty
numChildren:int  [read-only]Implementation
    public function get numChildren():int
parentproperty 
parent:DisplayObjectContainer  [read-only]Implementation
    public function get parent():DisplayObjectContainer
Method detail
addChild()method
public function addChild(child:DisplayObject):DisplayObjectParameters
child:DisplayObject

Returns
DisplayObject
addChildAt()method 
public function addChildAt(child:DisplayObject, index:int):DisplayObjectParameters
child:DisplayObject
 
index:int

Returns
DisplayObject
contains()method 
public function contains(child:DisplayObject):BooleanParameters
child:DisplayObject

Returns
Boolean
getChildAt()method 
public function getChildAt(index:int):DisplayObjectParameters
index:int

Returns
DisplayObject
removeChild()method 
public function removeChild(child:DisplayObject):DisplayObjectParameters
child:DisplayObject

Returns
DisplayObject
removeChildAt()method 
public function removeChildAt(index:int):DisplayObjectParameters
index:int

Returns
DisplayObject