Paket | lc.procmgmt.ui.task |
Sınıf | public class TaskDetailsModel |
Miras Alma | TaskDetailsModel PresentationModel EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskDetailsModel
class provides support for
the views that are interested in the TaskDetails
component.
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
processInstanceInfoModel : ProcessInstanceInfoModel
A ProcessInstanceInfoModel object representing the information
for a process instance. | TaskDetailsModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [salt okunur]
The name of the state the current view is in. | PresentationModel | ||
task : lc.procmgmt.domain:Task
A Task object representing the task assigned to the user. | TaskDetailsModel | ||
taskInfoModel : lc.procmgmt.ui.task:TaskInfoModel
A TaskInfoModel object representing the information for a task. | TaskDetailsModel |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | TaskDetailsModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | 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 | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Dispatches a TaskEvent.OPEN event when a task card is
selected in Workspace. | TaskDetailsModel | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Reinitializes the TaskInfoModel and TaskImageModel objects. | TaskDetailsModel | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Olay | Özet | Tanımlayan: | ||
---|---|---|---|---|
[broadcast olayı] Flash Player veya AIR uygulaması işletim sistemi odağına gelip etkin olduğunda gönderilir. | EventDispatcher | |||
[broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | EventDispatcher | |||
The event is dispatched when a task card is selected in Workspace. | TaskDetailsModel |
processInstanceInfoModel | özellik |
processInstanceInfoModel:ProcessInstanceInfoModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ProcessInstanceInfoModel
object representing the information
for a process instance.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get processInstanceInfoModel():ProcessInstanceInfoModel
public function set processInstanceInfoModel(value:ProcessInstanceInfoModel):void
task | özellik |
task:lc.procmgmt.domain:Task
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A Task
object representing the task assigned to the user.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
taskInfoModel | özellik |
taskInfoModel:lc.procmgmt.ui.task:TaskInfoModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A TaskInfoModel
object representing the information for a task.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get taskInfoModel():lc.procmgmt.ui.task:TaskInfoModel
public function set taskInfoModel(value:lc.procmgmt.ui.task:TaskInfoModel):void
TaskDetailsModel | () | Yapıcı |
public function TaskDetailsModel()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
openTask | () | yöntem |
public function openTask():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches a TaskEvent.OPEN
event when a task card is
selected in Workspace.
reset | () | yöntem |
public function reset():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the TaskInfoModel
and TaskImageModel
objects. This method executes
when the TaskDetailsSelectorModel
object is being reinitialized.
open | Olay |
lc.procmgmt.events.TaskEvent
özellik TaskEvent.type =
lc.procmgmt.events.TaskEvent.OPEN
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The event is dispatched when a task card is selected in Workspace.
Tue Jun 12 2018, 01:09 PM Z