Pakket | mx.modules |
Klasse | public class ModuleManager |
Overerving | ModuleManager Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
load()
method, which dispatches events when the factory is ready
(or immediately, if it was already loaded).
Meer voorbeelden
About modules
Loading and unloading modules
Using the ModuleManager class to load modules
Passing data to modules
Using interfaces for module communication
Loading and unloading modules
Using the ModuleManager class to load modules
Passing data to modules
Using interfaces for module communication
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch]
See if the referenced object is associated with (or, in the managed
ApplicationDomain of) a known IFlexModuleFactory implementation. | ModuleManager | ||
[statisch]
Get the IModuleInfo interface associated with a particular URL. | ModuleManager | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Methodedetails
getAssociatedFactory | () | methode |
public static function getAssociatedFactory(object:Object):IFlexModuleFactory
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
See if the referenced object is associated with (or, in the managed ApplicationDomain of) a known IFlexModuleFactory implementation.
Parameters
object:Object — The object that the ModuleManager tries to create.
|
IFlexModuleFactory — Returns the IFlexModuleFactory implementation, or null
if the object type cannot be created from the factory.
|
getModule | () | methode |
public static function getModule(url:String):IModuleInfo
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Get the IModuleInfo interface associated with a particular URL. There is no requirement that this URL successfully load, but the ModuleManager returns a unique IModuleInfo handle for each unique URL.
Parameters
url:String — A URL that represents the location of the module.
|
IModuleInfo — The IModuleInfo interface associated with a particular URL.
|
Wed Jun 13 2018, 11:42 AM Z