Class Alfresco.component.TaskList
Extends Alfresco.component.Base
TaskList component.
Defined in: task-list.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.component.TaskList(htmlId)
DocumentList constructor.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Object container for initialization options
|
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
onFilterChanged(layer, args)
Fired when the currently active filter has changed
|
|
|
onReady()
Fired by YUI when parent element is available for scripting.
|
|
|
renderCellActions(elCell, oRecord, oColumn, oData)
Actions custom datacell formatter
|
|
|
renderCellIcons(elCell, oRecord, oColumn, oData)
Priority & pooled icons custom datacell formatter
|
|
|
renderCellTaskInfo(elCell, oRecord, oColumn, oData)
Task info custom datacell formatter
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.component.TaskList(htmlId)
DocumentList constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.component.TaskList} The new DocumentList instance
Field Detail
{object}
options
Object container for initialization options
Method Detail
onFilterChanged(layer, args)
Fired when the currently active filter has changed
- Parameters:
- {string} layer
- the event source
- {object} args
- arguments object
onReady()
Fired by YUI when parent element is available for scripting.
Initial History Manager event registration
Initial History Manager event registration
renderCellActions(elCell, oRecord, oColumn, oData)
Actions custom datacell formatter
- Parameters:
- {object} elCell
- {object} oRecord
- {object} oColumn
- oData
- {object|string}
renderCellIcons(elCell, oRecord, oColumn, oData)
Priority & pooled icons custom datacell formatter
- Parameters:
- {object} elCell
- {object} oRecord
- {object} oColumn
- oData
- {object|string}
renderCellTaskInfo(elCell, oRecord, oColumn, oData)
Task info custom datacell formatter
- Parameters:
- {object} elCell
- {object} oRecord
- {object} oColumn
- oData
- {object|string}