패키지 | lc.foundation |
클래스 | public class PreferencesManager |
상속 | PreferencesManager Manager |
구현 | IPreferencesManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
PreferencesManager
class is the standard implementation of the
ISessionManager
interface.
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
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 |
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
SESSION_KEY : String = "lc.foundation.IPreferencesManager" [정적]
A special value that specifies the manager key name in the SessionMap object. | PreferencesManager |
생성자 세부 정보
PreferencesManager | () | 생성자 |
public function PreferencesManager(session:SessionMap)
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
매개 변수session:SessionMap — Specifies the SessionMap object to use.
|
메서드 세부 정보
getPreferencesStartingWith | () | 메서드 |
public function getPreferencesStartingWith(namePrefix:String):ListCollectionView
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get a list of all preferences starting with a provided prefix.
매개 변수
namePrefix:String — preference prefix.
|
ListCollectionView — A list of all preferences starting with a provided prefix.
|
getPreferenceValue | () | 메서드 |
public function getPreferenceValue(name:String):Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the value of the preference with the provided name.
매개 변수
name:String — preference name.
|
Object — The value of the preference with the provided name.
|
preferencesLoad | () | 메서드 |
public function preferencesLoad(types:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads all preferences into the manager.
매개 변수
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 | () | 메서드 |
public function setPreferenceValue(name:String, value:Object):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
매개 변수
name:String — The name of preference.
| |
value:Object — The value of the preference.
|
상수 세부 정보
SESSION_KEY | 상수 |
public static const SESSION_KEY:String = "lc.foundation.IPreferencesManager"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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, 03:17 PM Z