Pacote | mx.modules |
Classe | public class ModuleManager |
Herança | ModuleManager Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
load()
method, which dispatches events when the factory is ready
(or immediately, if it was already loaded).
Mais exemplos
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
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estático]
See if the referenced object is associated with (or, in the managed
ApplicationDomain of) a known IFlexModuleFactory implementation. | ModuleManager | ||
[estático]
Get the IModuleInfo interface associated with a particular URL. | ModuleManager | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do método
getAssociatedFactory | () | método |
public static function getAssociatedFactory(object:Object):IFlexModuleFactory
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
See if the referenced object is associated with (or, in the managed ApplicationDomain of) a known IFlexModuleFactory implementation.
Parâmetros
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 | () | método |
public static function getModule(url:String):IModuleInfo
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Parâmetros
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:10 AM Z