Pakket | com.adobe.dct.model |
Klasse | public class DataDictionaryInstanceModel |
Overerving | DataDictionaryInstanceModel EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
dataDictionary : DataDictionary
The data dictionary corresponding to the data dictionary instance model. | DataDictionaryInstanceModel | ||
vo : DataDictionaryInstance
The underlying data dictionary instance value object. | DataDictionaryInstanceModel |
Methode | Gedefinieerd door | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
[statisch]
Creates the domain object from the corresponding value object. | DataDictionaryInstanceModel | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
The value of a data dictionary element given its unique name(referenceName). | DataDictionaryInstanceModel | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Set the value of a data dictionary element given its unique name(reference name). | DataDictionaryInstanceModel | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
dataDictionary | eigenschap |
dataDictionary:DataDictionary
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The data dictionary corresponding to the data dictionary instance model.
Implementatie
public function get dataDictionary():DataDictionary
public function set dataDictionary(value:DataDictionary):void
vo | eigenschap |
vo:DataDictionaryInstance
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The underlying data dictionary instance value object.
Implementatie
public function get vo():DataDictionaryInstance
public function set vo(value:DataDictionaryInstance):void
createFromVO | () | methode |
public static function createFromVO(vo:DataDictionaryInstance):DataDictionaryInstanceModel
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Creates the domain object from the corresponding value object.
Value Objects are pure data entities mostly acting as parameters to the server apis. Domain objects are build atop to provide more meaningful business data and behavior thereby enabling faster and convenient UI view development.
Parameters
vo:DataDictionaryInstance — The value object of the type DataDictionaryInstance.
|
DataDictionaryInstanceModel — The Data Element domain object corresponding the passed DataDictionaryElement value object.
|
getValue | () | methode |
public function getValue(key:String):Object
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The value of a data dictionary element given its unique name(referenceName).
Parameters
key:String — reference name of a data dictionary element.
|
Object — value for data dictionary element in the data dictionary instance model.
A value of |
setValue | () | methode |
public function setValue(varName:String, value:Object):void
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Set the value of a data dictionary element given its unique name(reference name). The value of primitive, composite and top Level collection elements can be set using this method. It doesn't allow setting the value inside a collection and there is no support for index.
Parameters
varName:String — reference name of the data dictionary element.
| |
value:Object — the value of data dictionary element to be set inside the data dictionary instance model.
|
Wed Jun 13 2018, 11:42 AM Z