Package | com.adobe.guides.control |
Interface | public interface IGuideVariables |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
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 |
Détails de la propriété
variablesSource | propriété |
variablesSource:Object
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | 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...
Implémentation
public function get variablesSource():Object
public function set variablesSource(value:Object):void
Détails de la méthode
getVariable | () | méthode |
public function getVariable(name:String):Object
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Paramètres
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | méthode |
public function getVariables(type:String = "map"):Object
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Paramètres
type:String (default = "map ") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | méthode |
public function setVariable(name:String, value:Object):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Paramètres
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 09:30 AM Z