| Pakket | com.adobe.guides.control |
| Interface | public interface IGuideVariables |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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 | ||
Eigenschapdetails
variablesSource | eigenschap |
variablesSource:Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | 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...
Implementatie
public function get variablesSource():Object public function set variablesSource(value:Object):voidMethodedetails
getVariable | () | methode |
public function getVariable(name:String):Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Parameters
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | methode |
public function getVariables(type:String = "map"):Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Parameters
type:String (default = "map") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | methode |
public function setVariable(name:String, value:Object):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Parameters
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Wed Jun 13 2018, 11:42 AM Z