Pakket | mx.core |
Klasse | public class DeferredInstanceFromFunction |
Overerving | DeferredInstanceFromFunction Object |
Implementatie | ITransientDeferredInstance |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
getInstance()
method to
create an instance of an object when it is first needed and get
a reference to the object thereafter.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | DeferredInstanceFromFunction | ||
Returns a reference to an instance of the desired object. | DeferredInstanceFromFunction | ||
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 | ||
Resets the state of our factory to the initial, uninitialized state. | DeferredInstanceFromFunction | ||
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 |
Constructordetails
DeferredInstanceFromFunction | () | Constructor |
public function DeferredInstanceFromFunction(generator:Function, destructor:Function = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parametersgenerator:Function — A function that creates and returns an instance
of the required object.
| |
destructor:Function (default = null ) — An optional function used to cleanup outstanding
references when reset() is called.
|
Methodedetails
getInstance | () | methode |
public function getInstance():Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns a reference to an instance of the desired object.
If no instance of the required object exists, calls the function
specified in this class' generator
constructor parameter.
Object — An instance of the object.
|
reset | () | methode |
public function reset():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Resets the state of our factory to the initial, uninitialized state. The reference to our cached instance is cleared.
Wed Jun 13 2018, 11:42 AM Z