ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.core 

IMXMLObject  - AS3 Flex

Packagemx.core
Interfacepublic interface IMXMLObject
Implementors AbstractServiceWrapper, AbstractTarget, AdvancedStyleClient, Application, AttachmentLoader, BasicService, Catalog, Channel, ConstraintColumn, ConstraintRow, DataService, DataServiceWrapper, DesignLayer, FormConnector, GraphicElement, HTTPMultiService, HTTPService, ListCollectionView, MXMLObjectAdapter, ManagedRemoteService, MessageAgent, PresentationModel, RadioButtonGroup, RadioButtonGroup, RemoteObject, ServerSession, Service, SplashScreenImage, SpriteVisualElement, SwfConnector, Validator, WebService, XMLDataLoader

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

The IMXMLObject interface defines the APIs that a non-visual component must implement in order to work properly with the MXML compiler. Currently, the only supported method is the initialized() method.



Public Methods
 MethodDefined By
  
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
IMXMLObject
Method Detail

initialized

()method
public function initialized(document:Object, id:String):void

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

Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.

Parameters

document:Object — The MXML document that created this object.
 
id:String — The identifier used by document to refer to this object. If the object is a deep property on document, id is null.