Pakiet | com.adobe.guides.control |
Interfejs | public interface IGuideVariables |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
variablesSource | właściwość |
variablesSource:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | 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...
Implementacja
public function get variablesSource():Object
public function set variablesSource(value:Object):void
Szczegół metody
getVariable | () | metoda |
public function getVariable(name:String):Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
Parametry
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | metoda |
public function getVariables(type:String = "map"):Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
Parametry
type:String (default = "map ") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | metoda |
public function setVariable(name:String, value:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
Parametry
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 12:06 PM Z