Paquete | com.adobe.icc.editors.model |
Clase | public class ListAssignmentModel |
Herencia | ListAssignmentModel EventDispatcher Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ListAssignmentModel
class represents the domain object
for the assignments related to the list data module.
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.
Propiedad | Definido por | ||
---|---|---|---|
compound : Boolean
Only applicable if the 'target' is a List Module. | ListAssignmentModel | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
editable : Boolean
True if the item's value can be edited at runtime. | ListAssignmentModel | ||
ignoreListStyle : Boolean
Only applicable if the 'target' is a List Module. | ListAssignmentModel | ||
indentationLevel : Number
Specifies The indentation level for the target data module. | ListAssignmentModel | ||
optional : Boolean
True if the item is not a mandatory inclusion in the list. | ListAssignmentModel | ||
position : int
The position of List item within the List. | ListAssignmentModel | ||
preSelected : Boolean
True if the item is pre-selected in the list at runtime. | ListAssignmentModel | ||
skipListStyle : Boolean
If true, the numbering style is not applied to the item. | ListAssignmentModel | ||
target : ModuleModel
The data module that is the item in the list. | ListAssignmentModel | ||
vo : LDMAssignment
The underlying assignment value object. | ListAssignmentModel |
Método | Definido por | ||
---|---|---|---|
ListAssignmentModel(vo:LDMAssignment = null)
Constructor for creating List Assignment Domain Model
| ListAssignmentModel | ||
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 | ||
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 | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
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 | ||
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 |
compound | propiedad |
compound:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Only applicable if the 'target' is a List Module. If true, the numbering across the modules of the target List module would be compounded (i.e. of the format '1.1., 1.2.,...' or '1.a., 1.b.,...', etc.) When including a (nested) 'Plain/Bulleted' List as a target with the Compound Numbering option checked, the compound numbering style is applied as per the outer List's style. For instance, if the outer List has a style of '1, 2, 3..', the numbering on the nested List would be '1.1., 1.2...'; if the outer List has a style of 'A, B, C..', the numbering on the nested List would be 'A.A.., A.B....'; and so on.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get compound():Boolean
public function set compound(value:Boolean):void
editable | propiedad |
editable:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item's value can be edited at runtime.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get editable():Boolean
public function set editable(value:Boolean):void
ignoreListStyle | propiedad |
ignoreListStyle:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Only applicable if the 'target' is a List Module. If true, the List's own style is ignored, and the numbering would continue from the outer List (as if the modules of the nested list were part of the outer list itself), disregarding any styles specified on the nested List.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get ignoreListStyle():Boolean
public function set ignoreListStyle(value:Boolean):void
indentationLevel | propiedad |
indentationLevel:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies The indentation level for the target data module.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | propiedad |
optional:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item is not a mandatory inclusion in the list.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get optional():Boolean
public function set optional(value:Boolean):void
position | propiedad |
position:int
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The position of List item within the List.
Implementación
public function get position():int
public function set position(value:int):void
preSelected | propiedad |
preSelected:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the item is pre-selected in the list at runtime.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get preSelected():Boolean
public function set preSelected(value:Boolean):void
skipListStyle | propiedad |
skipListStyle:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
If true, the numbering style is not applied to the item.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento skipListStyleChange
.
Implementación
public function get skipListStyle():Boolean
public function set skipListStyle(value:Boolean):void
target | propiedad |
target:ModuleModel
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The data module that is the item in the list.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento targetChange
.
Implementación
public function get target():ModuleModel
public function set target(value:ModuleModel):void
vo | propiedad |
vo:LDMAssignment
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying assignment value object.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento valueObjectChange
.
Implementación
public function get vo():LDMAssignment
public function set vo(value:LDMAssignment):void
ListAssignmentModel | () | Información sobre |
public function ListAssignmentModel(vo:LDMAssignment = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 9.5 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor for creating List Assignment Domain Model
Parámetrosvo:LDMAssignment (default = null ) — LDMAssignment object. If it's null, a new LDMAssignment object is created.
|
Tue Jun 12 2018, 02:12 PM Z