Pakiet | spark.managers |
Interfejs | public interface IPersistenceManager |
Implementory | PersistenceManager |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Powiązane elementy interfejsu API
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Clears all the data that is being stored by the persistence
manager. | IPersistenceManager | ||
Returns the value of a property stored in the persistence manager. | IPersistenceManager | ||
Initializes the persistence manager. | IPersistenceManager | ||
Flushes the data being managed by the persistence manager to
disk, or to another external storage file. | IPersistenceManager | ||
Stores a value in the persistence manager. | IPersistenceManager |
Szczegół metody
clear | () | metoda |
public function clear():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Clears all the data that is being stored by the persistence manager.
getProperty | () | metoda |
public function getProperty(key:String):Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Returns the value of a property stored in the persistence manager. Properties are saved as key:value pairs.
Parametry
key:String — The property key.
|
Object — The value of a property stored in the persistence manager.
|
load | () | metoda |
save | () | metoda |
setProperty | () | metoda |
public function setProperty(key:String, value:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
Stores a value in the persistence manager. Properties are saved as key:value pairs.
Parametry
key:String — The key to use to store the value.
| |
value:Object — The value object to store.
|
Tue Jun 12 2018, 12:06 PM Z