Package | org.apache.flex.core |
Interface | public interface IDocument |
Implementors | ConstantBinding, Fade, GenericBinding, ItemRendererClassFactory, Move, SimpleBinding |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
setDocument(document:Object, id:String = null):void
This method is called to notify an instance of what MXML document
it belongs to, if any, and what its assigned id is in that
document, if any. | IDocument |
setDocument | () | method |
public function setDocument(document:Object, id:String = null):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
This method is called to notify an instance of what MXML document it belongs to, if any, and what its assigned id is in that document, if any.
Parameters
document:Object — The MXML document that hosts this component.
| |
id:String (default = null ) — The optional id of the component in the document.
|