套件 | com.adobe.solutions.exm.runtime.impl |
類別 | public class SimpleVariableResolver |
繼承 | SimpleVariableResolver EventDispatcher Object |
實作 | IVariableResolver |
語言版本: | ActionScript 3.0 |
產品版本: | Expression Manager Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
Returns the value of the given variable. | SimpleVariableResolver | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
Updates the backing Dictionary with the given variable name as key and the given variable value as value. | SimpleVariableResolver | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
事件
事件 | 摘要 | 定義自 | ||
---|---|---|---|---|
[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。 | EventDispatcher | |||
[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。 | EventDispatcher | |||
Dispatched when the value of a variable managed by the resolver changes. | SimpleVariableResolver |
方法詳細資訊
getValue | () | 方法 |
public function getValue(varName:String):Object
語言版本: | ActionScript 3.0 |
產品版本: | Expression Manager Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Returns the value of the given variable.
參數
varName:String |
Object — If the backing Dictionary has a key equal to the given variable name, returns the corresponding
value, else throws an ExpressionError.
|
setValue | () | 方法 |
public function setValue(varName:String, value:Object):void
語言版本: | ActionScript 3.0 |
產品版本: | Expression Manager Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Updates the backing Dictionary with the given variable name as key and the given variable value as value. Also dispatches a VariableChangeEvent to any registered listeners.
參數
varName:String — The variable name.
| |
value:Object — The variable value.
|
事件詳細資訊
variableChangeEvent | 事件 |
事件物件類型:
com.adobe.solutions.exm.runtime.VariableChangeEvent
語言版本: | ActionScript 3.0 |
產品版本: | Expression Manager Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of a variable managed by the resolver changes.
Tue Jun 12 2018, 03:47 PM Z