Paket | mx.core |
Arabirim | public interface IMXMLObject |
Uygulayıcılar | 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 |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
initialized()
method.
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Called after the implementing object has been created and all
component properties specified on the MXML tag have been initialized. | IMXMLObject |
Yöntem Ayrıntısı
initialized | () | yöntem |
public function initialized(document:Object, id:String):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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:09 PM Z