Paket | com.adobe.dct.model |
Klasse | public class DEPDictionaryModel |
Vererbung | DEPDictionaryModel EventDispatcher Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | 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.
Eigenschaft | Definiert von | ||
---|---|---|---|
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 | Definiert von | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | EventDispatcher | ||
[statisch]
Creates the domain object from the corresponding value object. | DEPDictionaryModel | ||
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher |
Konstante | Definiert von | ||
---|---|---|---|
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 | Eigenschaft |
description:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The description of the DEPDictionaryModel.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get description():String
public function set description(value:String):void
name | Eigenschaft |
rootDataElement | Eigenschaft |
rootDataElement:DataElementModel
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The root DataElementModel within the data dictionary.
Implementierung
public function get rootDataElement():DataElementModel
public function set rootDataElement(value:DataElementModel):void
Verwandte API-Elemente
type | Eigenschaft |
vo | Eigenschaft |
vo:DataDictionary
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The underlying Data Dictionary value object.
Implementierung
public function get vo():DataDictionary
public function set vo(value:DataDictionary):void
createFromVO | () | Methode |
public static function createFromVO(dataDictionaryVO:DataDictionary):DEPDictionaryModel
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | 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.
Parameter
dataDictionaryVO:DataDictionary — The value object of the type Category
|
DEPDictionaryModel — The Category domain object corresponding the passed Category value object.
|
TYPE_PERSISTENT | Konstante |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the persistent data dictionary.
TYPE_TRANSIENT | Konstante |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder DD.
Tue Jun 12 2018, 10:04 AM Z