Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.guides.control 

IGuideVariables  - AS3 ADEP Guides

パッケージcom.adobe.guides.control
インターフェイスpublic interface IGuideVariables

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

The IGuideVariables interface provides access to properties and methods to set/get a guide's Model and/or Inputs values directly.



パブリックプロパティ
 プロパティ定義元
  variablesSource : Object
Returns the variablesSource provided by the guide as an object map.
IGuideVariables
パブリックメソッド
 メソッド定義元
  
Returns the value of the variable in the guide.
IGuideVariables
  
getVariables(type:String = "map"):Object
Returns the variablesSource provided by the guide by default as an object map.
IGuideVariables
  
Sets the guide variable.
IGuideVariables
プロパティの詳細

variablesSource

プロパティ
variablesSource:Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: 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...



実装
    public function get variablesSource():Object
    public function set variablesSource(value:Object):void
メソッドの詳細

getVariable

()メソッド
public function getVariable(name:String):Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

Returns the value of the variable in the guide.

パラメーター

name:String — the name of the variable to retrieve

戻り値
Object — Object the value of the variable

getVariables

()メソッド 
public function getVariables(type:String = "map"):Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

Returns the variablesSource provided by the guide by default as an object map.

パラメーター

type:String (default = "map") — the format to retreive the variables in, currently only "map" is supported.

戻り値
Object — Object

setVariable

()メソッド 
public function setVariable(name:String, value:Object):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

Sets the guide variable.

パラメーター

name:String — the name of the variable to set
 
value:Object — the value of the variable to set





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。