Paket | mx.core |
Gränssnitt | public interface IMXMLObject |
Implementorer | 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 |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
initialized()
method.
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Called after the implementing object has been created and all
component properties specified on the MXML tag have been initialized. | IMXMLObject |
Metoddetaljer
initialized | () | metod |
public function initialized(document:Object, id:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Parametrar
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.
|
Tue Jun 12 2018, 01:40 PM Z