Class Alfresco.component.WorkflowList
Extends Alfresco.component.Base
WorkflowList component.
Defined in: workflow-list.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.component.WorkflowList(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.
|
|
|
onWorkflowCancelled(layer, args)
Fired when the currently active filter has changed
|
|
|
renderCellActions(elCell, oRecord, oColumn, oData)
Actions custom datacell formatter
|
|
|
renderCellIcons(elCell, oRecord, oColumn, oData)
Priority & pooled icons custom datacell formatter
|
|
|
renderCellWorkflowInfo(elCell, oRecord, oColumn, oData)
Workflow 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.WorkflowList(htmlId)
DocumentList constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.component.WorkflowList} 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
onWorkflowCancelled(layer, args)
Fired when the currently active filter has changed
- Parameters:
- {string} layer
- the event source
- {object} args
- arguments object
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}
renderCellWorkflowInfo(elCell, oRecord, oColumn, oData)
Workflow info custom datacell formatter
- Parameters:
- {object} elCell
- {object} oRecord
- {object} oColumn
- oData
- {object|string}