Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IContainer extends IElement, IObject, ICML
Implementors Container, TouchContainerFactory

Implements CML display containers.



Public Properties
 PropertyDefined By
  childList : ChildList
[read-only] Returns the CML childlist.
IContainer
 Inheritedheight : Number
Returns the height of the display object.
IElement
 Inheritedid : String
Returns the object's id.
IObject
  layout : *
[read-only] Returns the layout.
IContainer
 Inheritedwidth : Number
Returns the width of the display object.
IElement
Public Methods
 MethodDefined By
 Inherited
dispose():void
Dispose method.
IObject
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
ICML
 Inherited
postparseCML(cml:XMLList):void
Abstract method allows settings of a postparse CML routine.
IObject
 Inherited
updateProperties(state:Number = 0):void
IObject
Property Detail
childListproperty
childList:ChildList  [read-only]

Returns the CML childlist.


Implementation
    public function get childList():ChildList
layoutproperty 
layout:*  [read-only]

Returns the layout.


Implementation
    public function get layout():*