適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
mx.utils 

OrderedObject  - AS3 Flex

套件mx.utils
類別public dynamic class OrderedObject
繼承OrderedObject Inheritance Proxy

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

OrderedObject acts as a wrapper to Object to preserve the ordering of the properties as they are added.



保護屬性
 屬性定義自
  propertyList : Array
Contains a list of all of the property names for the proxied object.
OrderedObject
公用方法
 方法定義自
  
OrderedObject(item:Object = null)
Constructor.
OrderedObject
保護方法
 方法定義自
  
callProperty(name:*, ... rest):*
[覆寫] Returns the value of the proxied object's method with the specified name.
OrderedObject
  
[覆寫] Deletes the specified property on the proxied object.
OrderedObject
  
[覆寫] Returns the specified property value of the proxied object.
OrderedObject
  
[覆寫] This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
OrderedObject
  
[覆寫] This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
OrderedObject
  
[覆寫] This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
OrderedObject
  
nextValue(index:int):*
[覆寫] This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
OrderedObject
  
setProperty(name:*, value:*):void
[覆寫] Updates the specified property on the proxied object.
OrderedObject
屬性詳細資訊

propertyList

屬性
object_proxy var propertyList:Array

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Contains a list of all of the property names for the proxied object.

建構函式詳細資料

OrderedObject

()建構函式
public function OrderedObject(item:Object = null)

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Constructor.

參數
item:Object (default = null) — An Object containing name/value pairs.
方法詳細資訊

callProperty

()方法
override flash_proxy function callProperty(name:*, ... rest):*

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Returns the value of the proxied object's method with the specified name.

參數

name:* — The name of the method being invoked.
 
... rest — An array specifying the arguments to the called method.

傳回值
* — The return value of the called method.

deleteProperty

()方法 
override flash_proxy function deleteProperty(name:*):Boolean

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Deletes the specified property on the proxied object.

參數

name:* — Typically a string containing the name of the property, or possibly a QName where the property name is found by inspecting the localName property.

傳回值
Boolean — A Boolean indicating if the property was deleted.

getProperty

()方法 
override flash_proxy function getProperty(name:*):*

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Returns the specified property value of the proxied object.

參數

name:* — Typically a string containing the name of the property, or possibly a QName where the property name is found by inspecting the localName property.

傳回值
* — The value of the property.

hasProperty

()方法 
override flash_proxy function hasProperty(name:*):Boolean

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

This is an internal function that must be implemented by a subclass of flash.utils.Proxy.

參數

name:* — The property name that should be tested for existence.

傳回值
Boolean — If the property exists, true; otherwise false.

相關 API 元素

flash.utils.Proxy.hasProperty()

nextName

()方法 
override flash_proxy function nextName(index:int):String

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

This is an internal function that must be implemented by a subclass of flash.utils.Proxy.

參數

index:int — The zero-based index value of the object's property.

傳回值
String — The property's name.

相關 API 元素

flash.utils.Proxy.nextName()

nextNameIndex

()方法 
override flash_proxy function nextNameIndex(index:int):int

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

This is an internal function that must be implemented by a subclass of flash.utils.Proxy.

參數

index:int

傳回值
int

相關 API 元素

flash.utils.Proxy.nextNameIndex()

nextValue

()方法 
override flash_proxy function nextValue(index:int):*

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

This is an internal function that must be implemented by a subclass of flash.utils.Proxy.

參數

index:int — The zero-based index value of the object's property.

傳回值
* — The property's value.

相關 API 元素

flash.utils.Proxy.nextValue()

setProperty

()方法 
override flash_proxy function setProperty(name:*, value:*):void

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Updates the specified property on the proxied object.

參數

name:* — Object containing the name of the property that should be updated on the proxied object.
 
value:* — Value that should be set on the proxied object.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。