Paquete | com.adobe.icc.dc.domain |
Clase | public class TargetInstance |
Herencia | TargetInstance EventDispatcher Object |
Implementa | IContainerInstance, IValidation |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedad | Definido por | ||
---|---|---|---|
allowFreeText : Boolean [solo lectura]
True if the free text can be added to target instance. | TargetInstance | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
contents : IList [solo lectura]
List of the contents associated with this Container instance. | TargetInstance | ||
contentVariables : IList [solo lectura]
Bindable/Read-only. | TargetInstance | ||
formSomExpression : String [solo lectura]
The SOM Expression of the target. | TargetInstance | ||
hasContentRemoved : Boolean [solo lectura]
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 [solo lectura]
The name of the target. | TargetInstance | ||
open : Boolean [solo lectura]
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 [solo lectura]
The target's depth-first order. | TargetInstance | ||
ordered : Boolean [solo lectura]
True if the container's contents order is fixed; false if its contents can be re-ordered. | TargetInstance | ||
valid : Boolean [solo lectura]
Boolean indicating whether the content is valid
| TargetInstance |
Método | Definido por | ||
---|---|---|---|
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
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. | TargetInstance | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Moves the specified item within the list's content one position in the specified direction. | TargetInstance | ||
Indica si existe la propiedad especificada y si es enumerable. | 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 | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
The function checks for the valid state of the Module instances and accordingly updates the valid flag. | TargetInstance | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Método | Definido por | ||
---|---|---|---|
Everytime when contentVariables list is updated, it removes variable change listeners in old varaibleInstance and add
variable change listeners in new variableInstance. | TargetInstance |
allowFreeText | propiedad |
allowFreeText:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
True if the free text can be added to target instance.
Implementación
public function get allowFreeText():Boolean
contents | propiedad |
contents:IList
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get contents():IList
contentVariables | propiedad |
contentVariables:IList
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get contentVariables():IList
formSomExpression | propiedad |
formSomExpression:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The SOM Expression of the target.
Implementación
public function get formSomExpression():String
hasContentRemoved | propiedad |
hasContentRemoved:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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]
Implementación
public function get hasContentRemoved():Boolean
isNewTarget | propiedad |
public var isNewTarget:Boolean = false
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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.
El valor predeterminado es false.
name | propiedad |
open | propiedad |
open:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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.
Implementación
public function get open():Boolean
order | propiedad |
ordered | propiedad |
ordered:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementación
public function get ordered():Boolean
valid | propiedad |
valid:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Boolean indicating whether the content is valid
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento validChange
.
Implementación
public function get valid():Boolean
TargetInstance | () | Información sobre |
public function TargetInstance(targetData:com.adobe.icc.dc.data:TargetData, reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParámetrostargetData: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étodo |
public function addRawModule(dataModule:DataModule, position:int = -1):IModuleInstance
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Inserts the specified raw DataModule
into the list's contents as extra selected content if list is open.
Parámetros
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étodo |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Moves the specified item within the list's content one position in the specified direction.
Parámetros
sourceModule:IModuleInstance — The item to move.
| |
moveUp:Boolean — True to move up, false to move down.
|
refresh | () | método |
public function refresh():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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étodo |
public function removeContent(sourceModule:IModuleInstance):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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
Parámetros
sourceModule:IModuleInstance — The item to be removed.
|
setContentVariables | () | método |
protected function setContentVariables(value:IList):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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.
Parámetros
value:IList — The list of VariableInstance objects.
|
validate | () | método |
public function validate():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | 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, 02:12 PM Z