Pacote | lc.foundation |
Classe | public class PreferencesManager |
Herança | PreferencesManager Manager |
Implementações | IPreferencesManager |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
PreferencesManager
class is the standard implementation of the
ISessionManager
interface.
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
SESSION_KEY : String = "lc.foundation.IPreferencesManager" [estático]
A special value that specifies the manager key name in the SessionMap object. | PreferencesManager |
Detalhes do construtor
PreferencesManager | () | Construtor |
public function PreferencesManager(session:SessionMap)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parâmetrossession:SessionMap — Specifies the SessionMap object to use.
|
Detalhes do método
getPreferencesStartingWith | () | método |
public function getPreferencesStartingWith(namePrefix:String):ListCollectionView
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get a list of all preferences starting with a provided prefix.
Parâmetros
namePrefix:String — preference prefix.
|
ListCollectionView — A list of all preferences starting with a provided prefix.
|
getPreferenceValue | () | método |
public function getPreferenceValue(name:String):Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the value of the preference with the provided name.
Parâmetros
name:String — preference name.
|
Object — The value of the preference with the provided name.
|
preferencesLoad | () | método |
public function preferencesLoad(types:String):lc.foundation.util:Token
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads all preferences into the manager.
Parâmetros
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 | () | método |
public function setPreferenceValue(name:String, value:Object):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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.
Parâmetros
name:String — The name of preference.
| |
value:Object — The value of the preference.
|
Detalhes da constante
SESSION_KEY | Constante |
public static const SESSION_KEY:String = "lc.foundation.IPreferencesManager"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the manager key name in the SessionMap
object.
Wed Jun 13 2018, 11:10 AM Z