Adobe® Flex™ 3.2 语言参考 | 全部包 | 全部类 | 语言元素 | 索引 | 附录 | 约定 | 框架 | ![]() | |
IMXMLSupport | 属性 | 方法 | 事件 | 样式 | 效果 | 常量 | 示例 | ||
包 | mx.rpc.mxml |
接口 | public interface IMXMLSupport |
实现器 | HTTPService, Operation, Operation, RemoteObject, WebService |
属性 | 定义方 | ||
---|---|---|---|
concurrency : String RPC 操作或 HTTPService 的并发设置。 | IMXMLSupport | ||
showBusyCursor : Boolean 指示 RPC 操作或 HTTPService 是否应在执行时显示忙碌光标。 | IMXMLSupport |
concurrency | 属性 |
concurrency:String
[读写] RPC 操作或 HTTPService 的并发设置。“multiple”、“last”或“single”之一。
public function get concurrency():String
public function set concurrency(value:String):void
showBusyCursor | 属性 |
showBusyCursor:Boolean
[读写] 指示 RPC 操作或 HTTPService 是否应在执行时显示忙碌光标。
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void