| Pacote | lc.procmgmt.ui.task |
| Classe | public class TaskCardRendererModel |
| Herança | TaskCardRendererModel TitledCardRendererModel PresentationModel EventDispatcher Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskCardRendererModel class acts as the model for the
TaskCardRenderer component.
Elementos da API relacionados
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | |
![]() | state : String [somente leitura]
The name of the state the current view is in. | PresentationModel | |
| task : lc.procmgmt.domain:Task
A Task object
| TaskCardRendererModel | ||
| taskCommandBarModel : lc.procmgmt.ui.task:TaskCommandBarModel
The list of commands available to perform on a task. | TaskCardRendererModel | ||
| taskCommandCollection : ListCollectionView
A collection of TaskCommand objects. | TaskCardRendererModel | ||
| Método | Definido por | ||
|---|---|---|---|
Constructor. | TaskCardRendererModel | ||
![]() | 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 | |
![]() | bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | |
![]() |
Envia um evento para o fluxo de eventos. | EventDispatcher | |
![]() |
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | |
![]() |
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 | |
[substituir]
Dispatches the TaskEvent.OPEN event when the image on the card for a task is clicked. | TaskCardRendererModel | ||
![]() |
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
[substituir]
Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked. | TaskCardRendererModel | ||
![]() |
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 | |
![]() |
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 | ||
![]() | [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 the details of the task are requested. | TaskCardRendererModel | |||
| Dispatched when the task is requested to display the associated form. | TaskCardRendererModel | |||
task | propriedade |
task:lc.procmgmt.domain:Task| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A Task 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 task():lc.procmgmt.domain:Task public function set task(value:lc.procmgmt.domain:Task):voidElementos da API relacionados
taskCommandBarModel | propriedade |
taskCommandBarModel:lc.procmgmt.ui.task:TaskCommandBarModel| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of commands available to perform on a task.
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 taskCommandBarModel():lc.procmgmt.ui.task:TaskCommandBarModel public function set taskCommandBarModel(value:lc.procmgmt.ui.task:TaskCommandBarModel):voidtaskCommandCollection | propriedade |
taskCommandCollection:ListCollectionView| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of TaskCommand objects.
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 taskCommandCollection():ListCollectionView public function set taskCommandCollection(value:ListCollectionView):voidElementos da API relacionados
TaskCardRendererModel | () | Construtor |
public function TaskCardRendererModel()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
imageSelected | () | método |
override public function imageSelected():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches the TaskEvent.OPEN event when the image on the card for a task is clicked.
textSelected | () | método |
override public function textSelected():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked.
details | Evento |
lc.procmgmt.events.TaskEventpropriedade TaskEvent.type =
lc.procmgmt.events.TaskEvent| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the details of the task are requested.
open | Evento |
lc.procmgmt.events.TaskEventpropriedade TaskEvent.type =
lc.procmgmt.events.TaskEvent| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the task is requested to display the associated form.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas