用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.solutions.exm.variable 

IVariableService  - AS3 Expression Manager

com.adobe.solutions.exm.variable
接口public interface IVariableService

语言版本: ActionScript 3.0
产品版本: Expression Manager Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

IVariableService provides infrastructure services for listing available variables.



公共方法
 方法由以下参数定义
  
Fires an asynchronous operation for retrieving the list of available variables.
IVariableService
  
Fires an asynchronous operation for retrieving the list of available variables matching the given search term.
IVariableService
方法详细信息

listVariables

()方法
public function listVariables():mx.rpc:AsyncToken

语言版本: ActionScript 3.0
产品版本: Expression Manager Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving the list of available variables.

返回
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains a list of VariableVO instances corresponding to the available variables.

searchVariables

()方法 
public function searchVariables(searchTerm:String):mx.rpc:AsyncToken

语言版本: ActionScript 3.0
产品版本: Expression Manager Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving the list of available variables matching the given search term.

参数

searchTerm:String — The search term to be used for filtering variables.

返回
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains a list of VariableVO instances corresponding to the available variables which match the given search term.




[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。