Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IContainer extends IObject, ICML
Implementors TouchContainer

Implements CML display containers.



Public Properties
 PropertyDefined By
 InheritedchildList : ChildList
Returns the object's childList.
IObject
 InheritedcmlIndex : int
Returns the index created by the CML parser.
IObject
 Inheritedid : String
Returns the object's id.
IObject
Public Methods
 MethodDefined By
  
Searches the childList and adds each child to the display list.
IContainer
 Inherited
dispose():void
Dispose method.
IObject
 Inherited
init():void
Initialization method.
IObject
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
ICML
 Inherited
postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine.
IObject
 Inherited
updateProperties(state:* = 0):void
Updates properties from state.
IObject
Method Detail
addAllChildren()method
public function addAllChildren():void

Searches the childList and adds each child to the display list.