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

Operation  - AS3 Flex

mx.rpc.remoting.mxml
public class Operation
继承Operation Inheritance Operation Inheritance AbstractOperation Inheritance AbstractInvoker Inheritance EventDispatcher Inheritance Object
实现 IMXMLSupport

语言版本: ActionScript 3.0
产品版本: Flex 3
运行时版本: Flash Player 9, AIR 1.1

在 MXML 文档中创建 RemoteObject 时为其使用的操作。



公共属性
 属性由以下参数定义
 InheritedargumentNames : Array
要传递给方法调用的参数名称的有序列表。
Operation
 Inheritedarguments : Object
当操作被调用时传递到此操作的参数。
AbstractOperation
 Inheritedconcurrency : String
此操作的并发设置。
Operation
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 InheritedlastResult : Object
[只读] 上次调用的结果。
AbstractInvoker
 InheritedmakeObjectsBindable : Boolean
[覆盖] 当该置为 true 时,返回的匿名对象将强制成为可绑定的对象。
Operation
 Inheritedname : String
此操作的名称。
AbstractOperation
 InheritedoperationManager : Function
此属性通常由框架代码设置,框架代码需要修改服务调用的行为,而不修改外部调用服务的方式。
AbstractInvoker
 Inheritedproperties : Object
这是一个挂钩,主要供框架开发人员用来为您的操作注册用户指定的其它属性。
AbstractOperation
 InheritedresultElementType : Class
与 resultType 类似,用于定义由给定操作使用的 ActionScript 类,但是此属性只适用于返回多值结果(例如,Array 或 ArrayCollection (IList))的操作。
AbstractInvoker
 InheritedresultType : Class
指定操作的可选返回类型。
AbstractInvoker
 Inheritedservice : AbstractService
[只读] 提供对在其上调用此操作的服务的方便访问。
AbstractOperation
 InheritedshowBusyCursor : Boolean
此操作是否应在其执行时显示忙状态光标。
Operation
公共方法
 方法由以下参数定义
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
EventDispatcher
 Inherited
[覆盖] 取消上次服务调用或具有指定 ID 的调用。
Operation
 Inherited
clearResult(fireBindingEvent:Boolean = true):void
将 invoker 的 result 属性设置为 null。
AbstractInvoker
 Inherited
将事件调度到事件流中。
EventDispatcher
 Inherited
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
EventDispatcher
 Inherited
表示对象是否已经定义了指定的属性。
Object
 Inherited
表示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
表示指定的属性是否存在、是否可枚举。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
从 EventDispatcher 对象中删除侦听器。
EventDispatcher
 Inherited
[覆盖] 执行此方法。
Operation
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
公开此挂钩可以更新 lastResult 属性。
AbstractInvoker
 Inherited
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
 Inherited
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。
EventDispatcher
事件
 事件 摘要 由以下参数定义
 Inherited[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。EventDispatcher
 Inherited[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。EventDispatcher
 Inherited当操作调用失败时调度。AbstractOperation
 Inherited当操作调用成功返回时调度。AbstractOperation




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

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