| Pacchetto | lc.procmgmt.ui.startpoint |
| Classe | public class StartpointDetailsModel |
| Ereditarietà | StartpointDetailsModel PresentationModel EventDispatcher Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointDetailsModel class provides support for
the views that are interested in StartpointDetails component.
| 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 [sola lettura]
The task associated with the selected startpoint. | StartpointDetailsModel | ||
| taskImageModel : lc.procmgmt.ui.task:TaskImageModel
The details of an image associated with a task. | StartpointDetailsModel | ||
| taskInfoModel : lc.procmgmt.ui.task:TaskInfoModel
The details of a task. | StartpointDetailsModel | ||
| Metodo | Definito da | ||
|---|---|---|---|
![]() | 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 | |
![]() |
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 | |
Dispatches a TaskEvent.OPEN event when the process card is
selected in Workspace. | StartpointDetailsModel | ||
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | |
Reinitializes the TaskInfoModel and TaskImageModel objects. | StartpointDetailsModel | ||
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
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 | ||
| The event is dispatched when an process card is selected in Workspace. | StartpointDetailsModel | |||
task | proprietà |
task:lc.procmgmt.domain:Task [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task associated with the selected startpoint.
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:TasktaskImageModel | proprietà |
taskImageModel:lc.procmgmt.ui.task:TaskImageModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The details of an image associated with 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 taskImageModel():lc.procmgmt.ui.task:TaskImageModel public function set taskImageModel(value:lc.procmgmt.ui.task:TaskImageModel):voidtaskInfoModel | proprietà |
taskInfoModel:lc.procmgmt.ui.task:TaskInfoModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The details of 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 taskInfoModel():lc.procmgmt.ui.task:TaskInfoModel public function set taskInfoModel(value:lc.procmgmt.ui.task:TaskInfoModel):voidopenForm | () | metodo |
public function openForm():void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches a TaskEvent.OPEN event when the process card is
selected in Workspace.
reset | () | metodo |
public function reset():void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the TaskInfoModel and TaskImageModel objects.
This method gets called when the StartpointDetailsSelectorModel object
is being reset.
open | Evento |
lc.procmgmt.events.TaskEventproprietà TaskEvent.type =
lc.procmgmt.events.TaskEvent.OPEN| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The event is dispatched when an process card is selected in Workspace.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate