Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IObject extends ICML
Implementors CMLObject

Implements CML Objects.



Public Properties
 PropertyDefined By
  childList : ChildList
Returns the object's childList.
IObject
  cmlIndex : int
Returns the index created by the CML parser.
IObject
  id : String
Returns the object's id.
IObject
Public Methods
 MethodDefined By
  
dispose():void
Dispose method.
IObject
  
init():void
Initialization method.
IObject
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
ICML
  
postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine.
IObject
  
updateProperties(state:* = 0):void
Updates properties from state.
IObject
Property Detail
childListproperty
childList:ChildList

Returns the object's childList.


Implementation
    public function get childList():ChildList
    public function set childList(value:ChildList):void
cmlIndexproperty 
cmlIndex:int

Returns the index created by the CML parser.


Implementation
    public function get cmlIndex():int
    public function set cmlIndex(value:int):void
idproperty 
id:String

Returns the object's id.


Implementation
    public function get id():String
    public function set id(value:String):void
Method Detail
dispose()method
public function dispose():void

Dispose method.

init()method 
public function init():void

Initialization method.

postparseCML()method 
public function postparseCML(cml:XMLList):void

Abstract method allows the setting of a postparse CML routine.

Parameters

cml:XMLList

updateProperties()method 
public function updateProperties(state:* = 0):void

Updates properties from state.

Parameters

state:* (default = 0)