Class ecm.widget.listView.AsyncTaskViewDecorator

Contains the decorators for displaying asynchronous tasks in the task pane feature.
Defined in: <ecm\widget\listView\decorators\AsyncTaskViewDecorator.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
<static>  
ecm.widget.listView.AsyncTaskViewDecorator.statusDecorator(item, rowId, rowIndex)
The decorator for showing the correct async task status
<static>  
ecm.widget.listView.AsyncTaskViewDecorator.typeDecorator(item, rowId, rowIndex)
The decorator for showing the correct async task type.

Constructor Detail

ecm.widget.listView.AsyncTaskViewDecorator()

Since:
2.0.3

Method Detail

<static> ecm.widget.listView.AsyncTaskViewDecorator.statusDecorator(item, rowId, rowIndex)

The decorator for showing the correct async task status
Parameters:
item
The AsyncTask item that this column decorator is displaying for.
rowId
The rowId of this grid this decorator is displaying for.
rowIndex
The row index or column of this grid this decorator is displaying for.

<static> ecm.widget.listView.AsyncTaskViewDecorator.typeDecorator(item, rowId, rowIndex)

The decorator for showing the correct async task type.
Parameters:
item
The AsyncTask item that this column decorator is displaying for.
rowId
The rowId of this grid this decorator is displaying for.
rowIndex
The row index or column of this grid this decorator is displaying for.