Paquete | mx.managers |
Clase | public class BrowserManager |
Herencia | BrowserManager Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
document.location
property in JavaScript.
Events are dispatched when the url
property is changed.
Listeners can then respond, alter the URL, and/or block others
from getting the event.
To use the BrowserManager, you call the getInstance()
method to get the current
instance of the manager, and call methods and listen to
events on that manager. See the IBrowserManager class for the
methods, properties, and events to use.
Más ejemplos
Deep linking in sandboxed applications
Deep linking in multi-versioned applications
About deep linking
Using the BrowserManager
Setting the title of the HTML wrapper
Passing request data with URL fragments
Accessing information about the current URL
Deep linking in multi-versioned applications
About deep linking
Using the BrowserManager
Setting the title of the HTML wrapper
Passing request data with URL fragments
Accessing information about the current URL
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estática]
Returns the sole instance of this Singleton class;
creates it if it does not already exist. | BrowserManager | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre métodos
getInstance | () | método |
public static function getInstance():IBrowserManager
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the sole instance of this Singleton class; creates it if it does not already exist.
Valor devueltoIBrowserManager — Returns the sole instance of this Singleton class;
creates it if it does not already exist.
|
Tue Jun 12 2018, 02:12 PM Z