| Pacchetto | com.adobe.guides.control |
| Interfaccia | public interface IGuideVariables |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
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 | ||
Descrizione delle proprietà
variablesSource | proprietà |
variablesSource:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | 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...
Implementazione
public function get variablesSource():Object public function set variablesSource(value:Object):voidDescrizione dei metodi
getVariable | () | metodo |
public function getVariable(name:String):Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Parametri
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | metodo |
public function getVariables(type:String = "map"):Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Parametri
type:String (default = "map") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | metodo |
public function setVariable(name:String, value:Object):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Parametri
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 02:44 PM Z