Пакет | com.adobe.guides.control |
Интерфейс | public interface IGuideVariables |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Returns the value of the variable in the guide. | IGuideVariables | ||
Returns the variablesSource provided by the guide by default as an object map. | IGuideVariables | ||
Sets the guide variable. | IGuideVariables |
Сведения о свойстве
variablesSource | свойство |
variablesSource:Object
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide as an object map. This is not a bindable property. Setting parses and updates Guide variables for any matching variables provided in the source of name value pairs. source can be provided as an "Object map", or TBD...
Реализация
public function get variablesSource():Object
public function set variablesSource(value:Object):void
Сведения о методе
getVariable | () | метод |
public function getVariable(name:String):Object
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Параметры
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | метод |
public function getVariables(type:String = "map"):Object
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Параметры
type:String (default = "map ") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | метод |
public function setVariable(name:String, value:Object):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Параметры
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 11:34 AM Z