Package | com.gestureworks.cml.interfaces |
Interface | public interface IObject extends ICML |
Implementors | ObjectFactory |
Property | Defined By | ||
---|---|---|---|
id : String
Returns the object's id. | IObject |
Method | Defined By | ||
---|---|---|---|
dispose():void
Dispose method. | IObject | ||
![]() | parseCML(cml:XMLList):XMLList
Internal CML parse method. | ICML | |
postparseCML(cml:XMLList):void
Abstract method allows settings of a postparse CML routine. | IObject | ||
updateProperties(state:Number = 0):void | IObject |
id | property |
id:String
Returns the object's id.
public function get id():String
public function set id(value:String):void
dispose | () | method |
public function dispose():void
Dispose method.
postparseCML | () | method |
public function postparseCML(cml:XMLList):void
Abstract method allows settings of a postparse CML routine.
Parameters
cml:XMLList |
updateProperties | () | method |
public function updateProperties(state:Number = 0):void
Parameters
state:Number (default = 0 )
|