Pacchetto | mx.managers |
Classe | public class BrowserManager |
Ereditarietà | BrowserManager Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Altri esempi
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
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
Returns the sole instance of this Singleton class;
creates it if it does not already exist. | BrowserManager | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
getInstance | () | metodo |
public static function getInstance():IBrowserManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the sole instance of this Singleton class; creates it if it does not already exist.
RestituisceIBrowserManager — Returns the sole instance of this Singleton class;
creates it if it does not already exist.
|
Tue Jun 12 2018, 02:44 PM Z