Pakket | com.adobe.dct.exp |
Klasse | public class DDIModelVariableResolver |
Overerving | DDIModelVariableResolver EventDispatcher Object |
Implementatie | IVariableResolver |
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 | ||
dataDictionaryInstanceModelList : IList
The underlying list of data dictionary instance models. | DDIModelVariableResolver |
Methode | Gedefinieerd door | ||
---|---|---|---|
DDIModelVariableResolver(ddiModelList:IList = null)
Constructor. | DDIModelVariableResolver | ||
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 | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Gets the value of data dictionary element of a particular data dictionary. | DDIModelVariableResolver | ||
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 | ||
Sets the value of data dictionary element of a particular data dictionary. | DDIModelVariableResolver | ||
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 |
Gebeurtenis | Overzicht | Gedefinieerd door | ||
---|---|---|---|---|
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de besturingssysteemfocus krijgt en actief wordt. | EventDispatcher | |||
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de systeemfocus verliest en inactief wordt. | EventDispatcher | |||
Dispatched when the value of a variable is changed. | DDIModelVariableResolver |
Constante | Gedefinieerd door | ||
---|---|---|---|
DD_PREFIX : String = "DD_" [statisch]
Prefix for the key i.e. | DDIModelVariableResolver | ||
keyDelimiter : String = "_" [statisch]
This key delimiter. | DDIModelVariableResolver |
dataDictionaryInstanceModelList | eigenschap |
dataDictionaryInstanceModelList:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The underlying list of data dictionary instance models.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis dataDictionaryInstanceListChanged
verzonden.
Implementatie
public function get dataDictionaryInstanceModelList():IList
public function set dataDictionaryInstanceModelList(value:IList):void
DDIModelVariableResolver | () | Constructor |
getValue | () | methode |
public function getValue(varName:String):Object
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Gets the value of data dictionary element of a particular data dictionary.
Parameters
varName:String — the variable name which can uniquely identify a data dictionary element. The variable has to comply with the format DD_DataDictionaryName_DDEReferenceName.
|
Object — A value of null if the value of data dictionary element is null.
undefined if the data dictionary element key is missing in data dictionary instance.
typed value if the value for data dictionary element is present in DDI.
|
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 |
Sets the value of data dictionary element of a particular data dictionary.
Parameters
varName:String — the variable name which can uniquely identify a data dictionary element. The variable has to comply with the format DD_DataDictionaryName_DDEReferenceName.
| |
value:Object — the value of data dictionary element to be set.
|
variableChangeEvent | Gebeurtenis |
com.adobe.solutions.exm.runtime.VariableChangeEvent
eigenschap VariableChangeEvent.type =
com.adobe.solutions.exm.runtime.VariableChangeEvent
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of a variable is changed. This event, being bubbling in nature, can be leveraged by the UI to update itself.
DD_PREFIX | Constante |
public static const DD_PREFIX:String = "DD_"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Prefix for the key i.e. ({DD_PREFIX}{DD name}.{DDE reference name}
).
keyDelimiter | Constante |
public static const keyDelimiter:String = "_"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
This key delimiter. It is used to delimit the various parts of the key i.e DD_DataDictionaryName_DDEReferenceName.
Wed Jun 13 2018, 11:42 AM Z