Pakiet | lc.foundation |
Klasa | public class PreferencesManager |
Dziedziczenie | PreferencesManager Manager |
Implementuje | IPreferencesManager |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
PreferencesManager
class is the standard implementation of the
ISessionManager
interface.
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
PreferencesManager(session:SessionMap)
Constructor. | PreferencesManager | ||
Get a list of all preferences starting with a provided prefix. | PreferencesManager | ||
Get the value of the preference with the provided name. | PreferencesManager | ||
Loads all preferences into the manager. | PreferencesManager | ||
Set the value of the preference with the provided name. | PreferencesManager |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
SESSION_KEY : String = "lc.foundation.IPreferencesManager" [statyczny]
A special value that specifies the manager key name in the SessionMap object. | PreferencesManager |
Konstruktor Szczegół
PreferencesManager | () | Konstruktor |
public function PreferencesManager(session:SessionMap)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrysession:SessionMap — Specifies the SessionMap object to use.
|
Szczegół metody
getPreferencesStartingWith | () | metoda |
public function getPreferencesStartingWith(namePrefix:String):ListCollectionView
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get a list of all preferences starting with a provided prefix.
Parametry
namePrefix:String — preference prefix.
|
ListCollectionView — A list of all preferences starting with a provided prefix.
|
getPreferenceValue | () | metoda |
public function getPreferenceValue(name:String):Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the value of the preference with the provided name.
Parametry
name:String — preference name.
|
Object — The value of the preference with the provided name.
|
preferencesLoad | () | metoda |
public function preferencesLoad(types:String):lc.foundation.util:Token
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads all preferences into the manager.
Parametry
types:String — Specifies the preferences to load. (Not implemented)
|
lc.foundation.util:Token — A token used to set result and fault handlers that execute when the operation completes.
|
setPreferenceValue | () | metoda |
public function setPreferenceValue(name:String, value:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Set the value of the preference with the provided name. Attempting to set the value of a system preference will be silently ignored.
Parametry
name:String — The name of preference.
| |
value:Object — The value of the preference.
|
Szczegół stałej
SESSION_KEY | Stała |
public static const SESSION_KEY:String = "lc.foundation.IPreferencesManager"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the manager key name in the SessionMap
object.
Tue Jun 12 2018, 12:06 PM Z