Paquete | com.adobe.guides.control |
Interfaz | public interface IGuideVariables |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Información sobre propiedades
variablesSource | propiedad |
variablesSource:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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...
Implementación
public function get variablesSource():Object
public function set variablesSource(value:Object):void
Información sobre métodos
getVariable | () | método |
public function getVariable(name:String):Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Parámetros
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | método |
public function getVariables(type:String = "map"):Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Parámetros
type:String (default = "map ") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | método |
public function setVariable(name:String, value:Object):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Parámetros
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 02:12 PM Z