Pakket | mx.managers |
Klasse | public class BrowserManager |
Overerving | BrowserManager Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Meer voorbeelden
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
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch]
Returns the sole instance of this Singleton class;
creates it if it does not already exist. | BrowserManager | ||
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
getInstance | () | methode |
public static function getInstance():IBrowserManager
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the sole instance of this Singleton class; creates it if it does not already exist.
Geretourneerde waardeIBrowserManager — Returns the sole instance of this Singleton class;
creates it if it does not already exist.
|
Wed Jun 13 2018, 11:42 AM Z