Packagelc.task
Classpublic class TaskCardRendererModel

The TaskCardRendererModel class acts as the model for the TaskCardRenderer component.

See also

lc.task.TaskCardRenderer


Public Properties
 PropertyDefined By
  task : Task
A Task object
TaskCardRendererModel
  taskCommandBarModel : TaskCommandBarModel
A list of commands available to a task.
TaskCardRendererModel
  taskCommandCollection : ListCollectionView
A collection of TaskCommand objects.
TaskCardRendererModel
Public Methods
 MethodDefined By
  
Constructor.
TaskCardRendererModel
  
Dispatches the TaskEvent.OPEN event when the image on the card for a task is clicked.
TaskCardRendererModel
  
Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked
TaskCardRendererModel
Events
 Event Summary Defined By
   Dispatched when the details of the task is requested.TaskCardRendererModel
   Dispatched when the task is requested to be opened.TaskCardRendererModel
Property Detail
taskproperty
public var task:Task

A Task object

See also

taskCommandBarModelproperty 
taskCommandBarModel:TaskCommandBarModel  [read-write]

A list of commands available to a task.


Implementation
    public function get taskCommandBarModel():TaskCommandBarModel
    public function set taskCommandBarModel(value:TaskCommandBarModel):void
taskCommandCollectionproperty 
public var taskCommandCollection:ListCollectionView

A collection of TaskCommand objects.

See also

lc.task.TaskCommand
Constructor Detail
TaskCardRendererModel()Constructor
public function TaskCardRendererModel()

Constructor.

Method Detail
imageSelected()method
public override function imageSelected():void

Dispatches the TaskEvent.OPEN event when the image on the card for a task is clicked.

textSelected()method 
public override function textSelected():void

Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked

Event Detail
details Event
Event Object Type: lc.task.TaskEvent
TaskEvent.type property = lc.task.TaskEvent

Dispatched when the details of the task is requested.

open Event  
Event Object Type: lc.task.TaskEvent
TaskEvent.type property = lc.task.TaskEvent

Dispatched when the task is requested to be opened. The open request means display the associated form.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/task/TaskCardRendererModel.html