Pakket | com.adobe.dct.model |
Klasse | public class DEPDictionaryModel |
Overerving | DEPDictionaryModel EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
DEPDictionaryModel
class represents the domain object for the assets of type DataDictionary
which is used as data provider for DataElementsPanel.
Domain objects can be leveraged to build presentation on top of them. They ease the
process of coding views by abstracting all the service calls and maintaining meaningful
states.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
description : String
The description of the DEPDictionaryModel. | DEPDictionaryModel | ||
name : String
Gets the unique name of the Data Dictionary. | DEPDictionaryModel | ||
rootDataElement : DataElementModel
The root DataElementModel within the data dictionary. | DEPDictionaryModel | ||
type : String
Gets the TYPE of the Data Dictionary. | DEPDictionaryModel | ||
vo : DataDictionary
The underlying Data Dictionary value object. | DEPDictionaryModel |
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. | DEPDictionaryModel | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
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 | ||
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 |
Constante | Gedefinieerd door | ||
---|---|---|---|
TYPE_PERSISTENT : String = "PERSISTENT" [statisch]
The constant corresponding to the persistent data dictionary. | DEPDictionaryModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [statisch]
The constant corresponding to the placeholder DD. | DEPDictionaryModel |
description | eigenschap |
description:String
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The description of the DEPDictionaryModel.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get description():String
public function set description(value:String):void
name | eigenschap |
rootDataElement | eigenschap |
rootDataElement:DataElementModel
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The root DataElementModel within the data dictionary.
Implementatie
public function get rootDataElement():DataElementModel
public function set rootDataElement(value:DataElementModel):void
Verwante API-elementen
type | eigenschap |
vo | eigenschap |
vo:DataDictionary
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The underlying Data Dictionary value object.
Implementatie
public function get vo():DataDictionary
public function set vo(value:DataDictionary):void
createFromVO | () | methode |
public static function createFromVO(dataDictionaryVO:DataDictionary):DEPDictionaryModel
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
dataDictionaryVO:DataDictionary — The value object of the type Category
|
DEPDictionaryModel — The Category domain object corresponding the passed Category value object.
|
TYPE_PERSISTENT | Constante |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the persistent data dictionary.
TYPE_TRANSIENT | Constante |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder DD.
Wed Jun 13 2018, 11:42 AM Z