Package | com.adobe.icc.dc.domain |
Classe | public class TargetInstance |
Héritage | TargetInstance EventDispatcher Object |
Implémente | IContainerInstance, IValidation |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Propriété | Défini par | ||
---|---|---|---|
allowFreeText : Boolean [lecture seule]
True if the free text can be added to target instance. | TargetInstance | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
contents : IList [lecture seule]
List of the contents associated with this Container instance. | TargetInstance | ||
contentVariables : IList [lecture seule]
Bindable/Read-only. | TargetInstance | ||
formSomExpression : String [lecture seule]
The SOM Expression of the target. | TargetInstance | ||
hasContentRemoved : Boolean [lecture seule]
True if the Target has one or more content removed from it, than what was originall assigned. | TargetInstance | ||
isNewTarget : Boolean = false
[Applicable during reload]
True if this is a new container target, that did not exist when the Letter was submitted. | TargetInstance | ||
name : String [lecture seule]
The name of the target. | TargetInstance | ||
open : Boolean [lecture seule]
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter. | TargetInstance | ||
order : int [lecture seule]
The target's depth-first order. | TargetInstance | ||
ordered : Boolean [lecture seule]
True if the container's contents order is fixed; false if its contents can be re-ordered. | TargetInstance | ||
valid : Boolean [lecture seule]
Boolean indicating whether the content is valid
| TargetInstance |
Méthode | Défini par | ||
---|---|---|---|
TargetInstance(targetData:com.adobe.icc.dc.data:TargetData, reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget = null)
Constructor. | TargetInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | EventDispatcher | ||
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. | TargetInstance | ||
Distribue un événement dans le flux d’événements. | EventDispatcher | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Moves the specified item within the list's content one position in the specified direction. | TargetInstance | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Refresh should be called when item is selected. | TargetInstance | ||
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
| TargetInstance | ||
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
The function checks for the valid state of the Module instances and accordingly updates the valid flag. | TargetInstance | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher |
Méthode | Défini par | ||
---|---|---|---|
Everytime when contentVariables list is updated, it removes variable change listeners in old varaibleInstance and add
variable change listeners in new variableInstance. | TargetInstance |
allowFreeText | propriété |
allowFreeText:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
True if the free text can be added to target instance.
Implémentation
public function get allowFreeText():Boolean
contents | propriété |
contents:IList
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get contents():IList
contentVariables | propriété |
contentVariables:IList
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get contentVariables():IList
formSomExpression | propriété |
hasContentRemoved | propriété |
hasContentRemoved:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
True if the Target has one or more content removed from it, than what was originall assigned. [Relevant when reloading]
Implémentation
public function get hasContentRemoved():Boolean
isNewTarget | propriété |
public var isNewTarget:Boolean = false
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
[Applicable during reload] True if this is a new container target, that did not exist when the Letter was submitted.
La valeur par défaut est false.
name | propriété |
open | propriété |
open:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter.
Implémentation
public function get open():Boolean
order | propriété |
ordered | propriété |
ordered:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implémentation
public function get ordered():Boolean
valid | propriété |
valid:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement validChange
.
Implémentation
public function get valid():Boolean
TargetInstance | () | Constructeur |
public function TargetInstance(targetData:com.adobe.icc.dc.data:TargetData, reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget = null)
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParamètrestargetData:com.adobe.icc.dc.data:TargetData — The TargetData object associated with this TargetInstance.
| |
reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget (default = null ) — Reload Target for the case of correspondence reload.
|
addRawModule | () | méthode |
public function addRawModule(dataModule:DataModule, position:int = -1):IModuleInstance
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Inserts the specified raw DataModule
into the list's contents as extra selected content if list is open.
Paramètres
dataModule:DataModule — dataModule The module to select/insert.
| |
position:int (default = -1 ) — The absolute position at which to insert the module into the contents list. The dataModule becomes the new element
at that position in the list. If position is less than zero or beyond the end of the list, the content is
appended. If the list is fixed-order, then module is appended at end.
|
IModuleInstance —
|
moveContent | () | méthode |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Moves the specified item within the list's content one position in the specified direction.
Paramètres
sourceModule:IModuleInstance — The item to move.
| |
moveUp:Boolean — True to move up, false to move down.
|
refresh | () | méthode |
public function refresh():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
removeContent | () | méthode |
public function removeContent(sourceModule:IModuleInstance):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
Paramètres
sourceModule:IModuleInstance — The item to be removed.
|
setContentVariables | () | méthode |
protected function setContentVariables(value:IList):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Everytime when contentVariables list is updated, it removes variable change listeners in old varaibleInstance and add variable change listeners in new variableInstance.
Paramètres
value:IList — The list of VariableInstance objects.
|
validate | () | méthode |
public function validate():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The function checks for the valid state of the Module instances and accordingly updates the valid flag.
Tue Jun 12 2018, 09:30 AM Z