Paket | lc.foundation |
Klass | public class PreferencesManager |
Arv | PreferencesManager Manager |
Implementerar | IPreferencesManager |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
PreferencesManager
class is the standard implementation of the
ISessionManager
interface.
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
SESSION_KEY : String = "lc.foundation.IPreferencesManager" [statisk]
A special value that specifies the manager key name in the SessionMap object. | PreferencesManager |
Konstruktordetaljer
PreferencesManager | () | Konstruktor |
public function PreferencesManager(session:SessionMap)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrarsession:SessionMap — Specifies the SessionMap object to use.
|
Metoddetaljer
getPreferencesStartingWith | () | metod |
public function getPreferencesStartingWith(namePrefix:String):ListCollectionView
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get a list of all preferences starting with a provided prefix.
Parametrar
namePrefix:String — preference prefix.
|
ListCollectionView — A list of all preferences starting with a provided prefix.
|
getPreferenceValue | () | metod |
public function getPreferenceValue(name:String):Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the value of the preference with the provided name.
Parametrar
name:String — preference name.
|
Object — The value of the preference with the provided name.
|
preferencesLoad | () | metod |
public function preferencesLoad(types:String):lc.foundation.util:Token
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads all preferences into the manager.
Parametrar
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 | () | metod |
public function setPreferenceValue(name:String, value:Object):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Parametrar
name:String — The name of preference.
| |
value:Object — The value of the preference.
|
Konstantdetaljer
SESSION_KEY | Konstant |
public static const SESSION_KEY:String = "lc.foundation.IPreferencesManager"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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, 01:40 PM Z