Pacote | com.adobe.icc.editors.model |
Classe | public class ListModel |
Herança | ListModel ModuleModel AssetModel EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ListModel
class represents the domain object for the assets of type List.
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.
Propriedade | Definido por | ||
---|---|---|---|
activeEndDate : Date
The activeEndDate of the underlying value object. | AssetModel | ||
activeStartDate : Date
The activeStartDate date of the underlying value object. | AssetModel | ||
allowFreeText : Boolean
Flag to indicate if this assignment allows adding free text. | ListModel | ||
assignments : IList
The list of ListAssignmentModel objects. | ListModel | ||
category : Category
The Category of the underlying value object. | AssetModel | ||
comment : String
The comment of the underlying value object. | AssetModel | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
crxVersion : String
The crx version of the underlying value object. | AssetModel | ||
custom : String
The custom property of the underlying value object. | ListModel | ||
dataDictionary : DataDictionary
The typed DataDictionary object being used by this module. | ModuleModel | ||
dataDictionaryName : String
The name of the data dictionary being used by this module. | ModuleModel | ||
description : String
The description of the underlying value object. | AssetModel | ||
extendedProperties : Object
The extended properties of the underlying value object. | AssetModel | ||
id : String
The GUID of the underlying value object. | AssetModel | ||
isCustom : Boolean
The flag indicating whether Custom style is used for the List items or not
| ListModel | ||
isDDReferenced : Boolean [somente leitura]
Indicates whether the data dictionary defined for this list has been referred in
any of the assignments. | ListModel | ||
isNew : Boolean
Indicates if this Asset is new. | AssetModel | ||
lastChangeBy : String
The lastChangeBy property of the underlying value object. | AssetModel | ||
lastSelectedCustom : String
Fetches the last selected Custom style name of the List. | ListModel | ||
max : int
The max property of the underlying value object. | ListModel | ||
min : int
The min property of the underlying value object. | ListModel | ||
name : String
The name of the underlying value object. | AssetModel | ||
open : Boolean
The open property of the underlying value object. | ListModel | ||
ordered : Boolean
The ordered property of the underlying value object. | ListModel | ||
prefix : String
The prefix property of the underlying value object. | ListModel | ||
service : IModuleService [estático]
The module service instance that is used for saving/retrieving the module
on the server. | ListModel | ||
shallow : Boolean
Flag to indicate if the underlying value object is shallow. | ModuleModel | ||
state : int
The state of the underlying value object. | AssetModel | ||
style : String
The style property of the underlying value object. | ListModel | ||
subCategory : Category
The Sub-Category of the underlying value object. | AssetModel | ||
suffix : String
The suffix property of the underlying value object. | ListModel | ||
type : String
The type property of the underlying value object. | ListModel | ||
variables : IList [somente leitura]
The variables defined within this module. | ModuleModel | ||
version : int
The version of the underlying value object. | AssetModel | ||
vo : *
The value object which this asset domain object is built atop. | AssetModel |
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Creates a copy of the domain object. | ListModel | ||
[estático]
Fetches a module by the given id and constructs the domain module object on top of it. | ModuleModel | ||
[estático]
Creates the domain object from the corresponding value object. | ListModel | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
[substituir]
Fetches the complete value object via remoting call. | ListModel | ||
Filter function for filtering content. | ListModel | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indicates if the underlying value object is shallow. | ModuleModel | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
[substituir]
Saves the underlying value object on the server. | ListModel | ||
Sets the data dictionary name to the one specified and also fetches the corresponding
DataDictionary object from the server. | ModuleModel | ||
[estático]
This method lets you inject a custom implementation of the infrastructure data dictionary service. | ModuleModel | ||
[estático]
This method lets you inject a custom implementation of the infrastructure module service. | ListModel | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Runs the client validations and raises events of the type
AssetValidationEvent for notifying validation result. | ModuleModel | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Evento | Resumo | Definido por | ||
---|---|---|---|---|
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR ganha o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
Dispatched when an assignment is added to the assignments list. | ListModel | |||
Dispatched when an assignment is removed from the assignments list. | ListModel | |||
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR perde o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
Dispatched when this Asset is completely fetched from the server. | ListModel | |||
Dispatched when the list is successfully saved. | ListModel | |||
Dispatched when a fault occurs while saving the list. | ListModel | |||
Dispatched when the current list is requested for save. | ListModel |
Constante | Definido por | ||
---|---|---|---|
STYLE_BULLETED : String = "STYLE_BULLETED" [estático] | ListModel | ||
STYLE_NUMBERED : String = "STYLE_NUMBERED" [estático] | ListModel | ||
STYLE_PLAIN : String = "STYLE_PLAIN" [estático] | ListModel | ||
TYPE_BULLET_DOT : String = "TYPE_BULLET_DOT" [estático] | ListModel | ||
TYPE_CUSTOM : String = "TYPE_CUSTOM" [estático] | ListModel | ||
TYPE_LETTER_LOWER : String = "TYPE_LETTER_LOWER" [estático] | ListModel | ||
TYPE_LETTER_UPPER : String = "TYPE_LETTER_UPPER" [estático] | ListModel | ||
TYPE_NUMBER_ARABIC : String = "TYPE_NUMBER_ARABIC" [estático] | ListModel | ||
TYPE_NUMBER_ROMANLOWER : String = "TYPE_NUMBER_ROMANLOWER" [estático] | ListModel | ||
TYPE_NUMBER_ROMANUPPER : String = "TYPE_NUMBER_ROMANUPPER" [estático] | ListModel |
allowFreeText | propriedade |
allowFreeText:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Flag to indicate if this assignment allows adding free text.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento allowFreeTextChange
.
Implementação
public function get allowFreeText():Boolean
public function set allowFreeText(value:Boolean):void
assignments | propriedade |
assignments:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of ListAssignmentModel objects.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento fetchComplete
.
Implementação
public function get assignments():IList
public function set assignments(value:IList):void
Elementos da API relacionados
custom | propriedade |
custom:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The custom property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento fetchComplete
.
Implementação
public function get custom():String
public function set custom(value:String):void
isCustom | propriedade |
isCustom:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The flag indicating whether Custom style is used for the List items or not
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento isCustomChange
.
Implementação
public function get isCustom():Boolean
public function set isCustom(value:Boolean):void
isDDReferenced | propriedade |
isDDReferenced:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the data dictionary defined for this list has been referred in any of the assignments.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento assignmentRemove
.
Implementação
public function get isDDReferenced():Boolean
lastSelectedCustom | propriedade |
lastSelectedCustom:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the last selected Custom style name of the List.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento lastSelectedCustomChange
.
Implementação
public function get lastSelectedCustom():String
public function set lastSelectedCustom(value:String):void
max | propriedade |
min | propriedade |
open | propriedade |
open:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The open property of the underlying value object.
Implementação
public function get open():Boolean
public function set open(value:Boolean):void
ordered | propriedade |
ordered:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The ordered property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get ordered():Boolean
public function set ordered(value:Boolean):void
prefix | propriedade |
prefix:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The prefix property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento fetchComplete
.
Implementação
public function get prefix():String
public function set prefix(value:String):void
service | propriedade |
public static var service:IModuleService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The module service instance that is used for saving/retrieving the module on the server. This service is internally invoked by this class for performing CRUD operations.
style | propriedade |
style:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The style property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento fetchComplete
.
Implementação
public function get style():String
public function set style(value:String):void
suffix | propriedade |
suffix:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The suffix property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento fetchComplete
.
Implementação
public function get suffix():String
public function set suffix(value:String):void
type | propriedade |
type:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento fetchComplete
.
Implementação
public function get type():String
public function set type(value:String):void
copy | () | método |
public function copy():ListModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of the domain object.
Note that this is different than cloning via ObjectUtil.copy() since a "copied" object needs to be saved via a specific server api.
RetornaListModel — A copy of current domain object.
|
createFromVO | () | método |
public static function createFromVO(listVO:ListDataModule, fetchFromServer:Boolean = true):ListModel
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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.
In some cases, the value objects could be shallow; for instance when
obtained via Data Services. The complete value object could be requested
by passing the fetchFromServer
flag as true. In that case, the
value object is obtained from the server via remoting call and the domain object
shapes accordingly as the server response arrives.
Parâmetros
listVO:ListDataModule — The value object of the type List
| |
fetchFromServer:Boolean (default = true ) — Flag to indicate if the complete value object should be obtained from the server
|
ListModel — The List domain object corresponding the passed List value object.
|
fetchComplete | () | método |
override public function fetchComplete():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Fetches the complete value object via remoting call. This should be called when the underlying value object is shallow.
filterContentLibrary | () | método |
public function filterContentLibrary(module:ModuleModel):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Filter function for filtering content.
Parâmetros
module:ModuleModel — The module to inspect for filtering from the content library.
|
Boolean —
|
save | () | método |
override public function save():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Saves the underlying value object on the server.
Under the hood, separate calls are required for creating a new asset and copying or copying an existing one.
The save() method internally invokes the relevant server calls
on the basis of its current state. The domain object
constructed from the createFromVO()
method would invoke
the "update" api, the domain object starightaway instantiated
on the client would inoke the "create" module api and the domain object
obtained by the copy()
method would internally call "copy api".
Invoking the save()
implicitly invokes the validate()
method to perform the necessary client side validations. Only when the client side
validations are successful, is the actual save() call made. A save() method wouldn't
proceed past the validation stage unless the object's state is made valid via user
input or otherwise.
setModuleService | () | método |
public static function setModuleService(value:IModuleService):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
This method lets you inject a custom implementation of the infrastructure module service.
By default, the class ModuleServiceDelegate
is used as the infrastructure service.
Parâmetros
value:IModuleService — An implementation for IModuleService.
|
assignmentAdd | Evento |
flash.events.Event
propriedade Event.type =
flash.events.Event
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when an assignment is added to the assignments list.
assignmentRemove | Evento |
flash.events.Event
propriedade Event.type =
flash.events.Event
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when an assignment is removed from the assignments list.
fetchComplete | Evento |
flash.events.Event
propriedade Event.type =
flash.events.Event
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when this Asset is completely fetched from the server. Assets are often kept shallow in the Asset Manager and fetched completely only when necessary. The fetchComplete event is dispatched when the Asset has been retrieved completely from the server.
saveComplete | Evento |
com.adobe.icc.editors.events.AssetEvent
propriedade AssetEvent.type =
com.adobe.icc.editors.events.AssetEvent.SAVE_COMPLETE
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the list is successfully saved.
TheAssetEvent.SAVE_COMPLETE
constant defines the value of the
type
property of the event object for a saveComplete
event.
The saveComplete
event is dispatched when the domain object has been
successfully saved on the server. Unlike the saving
event, this is dispatched
in an aysnchronous manner only after the server has responded with a result for the save api
call.
This event can be used to stop UI animations indicating "save in progress" or to popup an info box indicating save success.
saveFault | Evento |
com.adobe.icc.editors.events.AssetEvent
propriedade AssetEvent.type =
com.adobe.icc.editors.events.AssetEvent.SAVE_FAULT
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a fault occurs while saving the list.
TheAssetEvent.SAVE_FAULT
constant defines the value of the
type
property of the event object for a saveFault
event.
The saveFault
event is dispatched when the server reports an error while
saving the asset on the server. Unlike the saving
event, this is dispatched
in an aysnchronous manner only after the server has responded with a result for the save api
call.
When this event is dispatched, the fault
property contains the fault object
encapsulating the error sent by the server. The fault
property can be used to
determine the faultCode and show an error message accordingly.
This event can be used to stop UI animations indicating "save in progress" or to popup an info box indicating save success.
saving | Evento |
com.adobe.icc.editors.events.AssetEvent
propriedade AssetEvent.type =
com.adobe.icc.editors.events.AssetEvent.SAVING
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the current list is requested for save. This event, being bubbling in nature, can be leveraged by the UI to display a progress bar or animation to indicate the save progress.
TheAssetEvent.SAVING
constant defines the value of the
type
property of the event object for a saving
event.
The saving
event is dispatched when the save() method has been
called on the domain object. This event is dispatched before any server api
is invoked but after the domain client validations are complete. This is because
the actual save starts once the client validations are complete.
This event can be used to start a UI animation indicating "save in progress".
STYLE_BULLETED | Constante |
public static const STYLE_BULLETED:String = "STYLE_BULLETED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
STYLE_NUMBERED | Constante |
public static const STYLE_NUMBERED:String = "STYLE_NUMBERED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
STYLE_PLAIN | Constante |
public static const STYLE_PLAIN:String = "STYLE_PLAIN"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TYPE_BULLET_DOT | Constante |
public static const TYPE_BULLET_DOT:String = "TYPE_BULLET_DOT"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TYPE_CUSTOM | Constante |
public static const TYPE_CUSTOM:String = "TYPE_CUSTOM"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
TYPE_LETTER_LOWER | Constante |
public static const TYPE_LETTER_LOWER:String = "TYPE_LETTER_LOWER"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TYPE_LETTER_UPPER | Constante |
public static const TYPE_LETTER_UPPER:String = "TYPE_LETTER_UPPER"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TYPE_NUMBER_ARABIC | Constante |
public static const TYPE_NUMBER_ARABIC:String = "TYPE_NUMBER_ARABIC"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TYPE_NUMBER_ROMANLOWER | Constante |
public static const TYPE_NUMBER_ROMANLOWER:String = "TYPE_NUMBER_ROMANLOWER"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TYPE_NUMBER_ROMANUPPER | Constante |
public static const TYPE_NUMBER_ROMANUPPER:String = "TYPE_NUMBER_ROMANUPPER"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Wed Jun 13 2018, 11:10 AM Z