| Package | lc.task |
| Class | public class TaskCardRendererModel |
TaskCardRendererModel class acts as the model for the
TaskCardRenderer component.
See also
| Property | Defined 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 | ||
| Method | Defined 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 | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when the details of the task is requested. | TaskCardRendererModel | |||
| Dispatched when the task is requested to be opened. | TaskCardRendererModel | |||
| task | property |
| taskCommandBarModel | property |
taskCommandBarModel:TaskCommandBarModel [read-write] A list of commands available to a task.
public function get taskCommandBarModel():TaskCommandBarModel
public function set taskCommandBarModel(value:TaskCommandBarModel):void
| taskCommandCollection | property |
public var taskCommandCollection:ListCollectionView
A collection of TaskCommand objects.
See also
| TaskCardRendererModel | () | Constructor |
public function TaskCardRendererModel()
Constructor.
| 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
| details | Event |
lc.task.TaskEvent
lc.task.TaskEvent
Dispatched when the details of the task is requested.
| open | Event |
lc.task.TaskEvent
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