Pakket | mx.messaging.config |
Klasse | public dynamic class ConfigMap |
Overerving | ConfigMap Proxy |
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
propertyList : Array
Contains a list of all of the property names for the proxied object. | ConfigMap |
Methode | Gedefinieerd door | ||
---|---|---|---|
[overschrijven]
Returns the value of the proxied object's method with the specified name. | ConfigMap | ||
[overschrijven]
Deletes the specified property on the proxied object and
sends notification of the delete to the handler. | ConfigMap | ||
[overschrijven]
Returns the specified property value of the proxied object. | ConfigMap | ||
[overschrijven]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[overschrijven]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[overschrijven]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[overschrijven]
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. | ConfigMap | ||
[overschrijven]
Updates the specified property on the proxied object
and sends notification of the update to the handler. | ConfigMap |
propertyList | eigenschap |
object_proxy var propertyList:Array
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Contains a list of all of the property names for the proxied object.
ConfigMap | () | Constructor |
callProperty | () | methode |
override flash_proxy function callProperty(name:*, ... rest):*
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the value of the proxied object's method with the specified name.
Parameters
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 | () | methode |
override flash_proxy function deleteProperty(name:*):Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Deletes the specified property on the proxied object and sends notification of the delete to the handler.
Parameters
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 | () | methode |
override flash_proxy function getProperty(name:*):*
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the specified property value of the proxied object.
Parameters
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 | () | methode |
override flash_proxy function hasProperty(name:*):Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
Parameters
name:* — The property name that should be tested
for existence.
|
Boolean — If the property exists, true ;
otherwise false .
|
Verwante API-elementen
nextName | () | methode |
override flash_proxy function nextName(index:int):String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
Parameters
index:int — The zero-based index of the object's
property.
|
String — The property's name.
|
Verwante API-elementen
nextNameIndex | () | methode |
override flash_proxy function nextNameIndex(index:int):int
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
Parameters
index:int — The zero-based index of the object's
property.
|
int — The zero-based index of the next proprety.
|
Verwante API-elementen
nextValue | () | methode |
override flash_proxy function nextValue(index:int):*
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
This is an internal function that must be implemented by a subclass of flash.utils.Proxy.
Parameters
index:int — The zero-based index value of the object's
property.
|
* — The property's value.
|
Verwante API-elementen
setProperty | () | methode |
override flash_proxy function setProperty(name:*, value:*):void
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Updates the specified property on the proxied object and sends notification of the update to the handler.
Parameters
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.
|
Wed Jun 13 2018, 11:42 AM Z