Packagemx.core
Interfacepublic interface IID
Implementors GraphicElement, SpriteVisualElement, UIComponent

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IID interface defines the interface for objects that must have an identifier.



Public Properties
 PropertyDefined By
  id : String
The identifier for this object.
IID
Property Detail
idproperty
id:String

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The identifier for this object.



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