| Pakket | mx.core |
| Interface | public interface IMXMLObject |
| Geïmplementeerd door | 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 |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
initialized()
method.
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Called after the implementing object has been created and all
component properties specified on the MXML tag have been initialized. | IMXMLObject | ||
Methodedetails
initialized | () | methode |
public function initialized(document:Object, id:String):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z