| 패키지 | mx.messaging.config |
| 클래스 | public dynamic class ConfigMap |
| 상속 | ConfigMap Proxy |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
| 속성 | 정의 주체 | ||
|---|---|---|---|
| propertyList : Array
Contains a list of all of the property names for the proxied object. | ConfigMap | ||
| 메서드 | 정의 주체 | ||
|---|---|---|---|
[재정의]
Returns the value of the proxied object's method with the specified name. | ConfigMap | ||
[재정의]
Deletes the specified property on the proxied object and
sends notification of the delete to the handler. | ConfigMap | ||
[재정의]
Returns the specified property value of the proxied object. | ConfigMap | ||
[재정의]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[재정의]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[재정의]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[재정의]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[재정의]
Updates the specified property on the proxied object
and sends notification of the update to the handler. | ConfigMap | ||
propertyList | 속성 |
object_proxy var propertyList:Array| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Contains a list of all of the property names for the proxied object.
ConfigMap | () | 생성자 |
callProperty | () | 메서드 |
override flash_proxy function callProperty(name:*, ... rest):*| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Deletes the specified property on the proxied object and sends notification of the delete to the handler.
매개 변수
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 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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 요소
nextName | () | 메서드 |
override flash_proxy function nextName(index:int):String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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 of the object's
property.
|
String — The property's name.
|
관련 API 요소
nextNameIndex | () | 메서드 |
override flash_proxy function nextNameIndex(index:int):int| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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 of the object's
property.
|
int — The zero-based index of the next proprety.
|
관련 API 요소
nextValue | () | 메서드 |
override flash_proxy function nextValue(index:int):*| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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 요소
setProperty | () | 메서드 |
override flash_proxy function setProperty(name:*, value:*):void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Updates the specified property on the proxied object and sends notification of the update to the handler.
매개 변수
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.
|
Tue Jun 12 2018, 03:17 PM Z