Packagecom.gestureworks.cml.interfaces
Interfacepublic interface ILayout extends IObject, ICML
Implementors Layout

Implements container layouts.



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
 Inherited
dispose():void
Dispose method.
IObject
 Inherited
init():void
Initialization method.
IObject
  
layout(container:DisplayObjectContainer):void
Applies layout to the input container
ILayout
 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
layout()method
public function layout(container:DisplayObjectContainer):void

Applies layout to the input container

Parameters

container:DisplayObjectContainer