Pacchetto | lc.procmgmt.ui.task |
Classe | public class TaskCardRendererModel |
Ereditarietà | TaskCardRendererModel TitledCardRendererModel PresentationModel EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskCardRendererModel
class acts as the model for the
TaskCardRenderer
component.
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [sola lettura]
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 |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | TaskCardRendererModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un 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 | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
[override]
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 un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
[override]
Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked. | TaskCardRendererModel | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo. | EventDispatcher | |||
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo. | EventDispatcher | |||
Dispatched when the details of the task are requested. | TaskCardRendererModel | |||
Dispatched when the task is requested to display the associated form. | TaskCardRendererModel |
task | proprietà |
task:lc.procmgmt.domain:Task
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A Task
object
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
Elementi API correlati
taskCommandBarModel | proprietà |
taskCommandBarModel:lc.procmgmt.ui.task:TaskCommandBarModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of commands available to perform on a task.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get taskCommandBarModel():lc.procmgmt.ui.task:TaskCommandBarModel
public function set taskCommandBarModel(value:lc.procmgmt.ui.task:TaskCommandBarModel):void
taskCommandCollection | proprietà |
taskCommandCollection:ListCollectionView
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of TaskCommand
objects.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get taskCommandCollection():ListCollectionView
public function set taskCommandCollection(value:ListCollectionView):void
Elementi API correlati
TaskCardRendererModel | () | Funzione di costruzione |
public function TaskCardRendererModel()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
imageSelected | () | metodo |
override public function imageSelected():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni 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 | () | metodo |
override public function textSelected():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni 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.TaskEvent
proprietà TaskEvent.type =
lc.procmgmt.events.TaskEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the details of the task are requested.
open | Evento |
lc.procmgmt.events.TaskEvent
proprietà TaskEvent.type =
lc.procmgmt.events.TaskEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the task is requested to display the associated form.
Tue Jun 12 2018, 02:44 PM Z