| Paket | com.adobe.guides.control |
| Gränssnitt | public interface IGuideVariables |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
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 | ||
Egenskapsdetaljer
variablesSource | egenskap |
variablesSource:Object| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | 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...
Implementering
public function get variablesSource():Object public function set variablesSource(value:Object):voidMetoddetaljer
getVariable | () | metod |
public function getVariable(name:String):Object| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Parametrar
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | metod |
public function getVariables(type:String = "map"):Object| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Parametrar
type:String (default = "map") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | metod |
public function setVariable(name:String, value:Object):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Parametrar
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 01:40 PM Z