Task List
Adds a task list widget to your dashboard, which lists all the tasks that you claimed or you've been assigned, as well as the unclaimed tasks that are assigned to your team.

Appearance

Behavior

Performance

Extends:
com.ibm.bpm.coach.CoachView
Methods:

Inherited addClass(name, [replaced])
Add or replace the CSS classes for this view.
Example

addStaticFilters()
Handler for when the pagination view's value changes

configBatchModify()
Setting batch config options

createStatusCell(theView, cell)
Creates the status cell with the appropriate highlighting based on the current task status.

deSelectAllRows()
Deselcts all selected rows

displayExpandedTaskRow(row.td, row.data, row.data.TASK.TKIID)
Set the task Table's expanded row

getEmptyTableTexts()
Gets texts in the empty table

getSelectedRecords()
Gets selected tasks

handleTaskAction(event)
Handles the task action when a menu item is clicked.

Inherited hide(collapseFlag)
Hide the view.
Example

Inherited isBound() Returns: {boolean}
Indicate the bound status of the view.

Inherited isEnabled() Returns: {boolean}
Check whether the view is enabled.
Example

Inherited isLabelVisible() Returns: {boolean}
Check whether the view label is visible.
Example

Inherited isVisible() Returns: {boolean}
Check whether the view is visible.
Example

launchTask(row)
Launches the task referenced by the given row.

loadEmptyTasksTableContent()
Loads empty task table content

loadSavedSearch()
Load saved search stack

onActionMenuClosed(actionsMenuView, actionsMenuTargetElement)
Called when the actions menu is closed.

onActionMenuOpen(actionsMenuView, actionsMenuTargetElement)
Called when the actions menu is opened.

onColumnSorting()
Triggered on column sorting

onResizeColumn()
Sets the column widths to the columnWidths binding

onTableRowSelected()
Triggered when table row get (all) selected

openBatchModifyTasks()
Event handler for launch batch modify tasks modal

openFilter()
The event handler for the slideout toggle.

paginationHandler()
Handler for when the pagination view's value changes

refreshTaskList()
Refresh tasklist when the refresh button is clicked

reload()
Reloads the Task List.

setAdvancedSearch(data)
Sets the json query for filtering the task list.

setEmptyTableTexts()
Set texts in the empty table

Inherited setEnabled(enabled, required)
Enable or disable the view.
Example

setExclusiveColumns(fields)
Sets the list of exclusive columns to filter the task list.

setFilterConditions(conditions)
Sets the list of conditions for filtering the task list. If a search term is provided, it overrides the previously specified search conditions. The valid operators include "Equals", "NotEquals", "LessThan", "GreaterThan", and "In". For the "In" operator, use semi-colons ";" to separate a list of values.

Inherited setLabelVisible(visible)
Show or hide the view label.
Example

setQuickFilterConditions(conditions)
Sets the list of conditions for filtering the task list. If a search term is provided, it overrides the previously specified search conditions.

setScopeCondition(conditions)
Sets the list of scope conditions to filter the task list.

setSearchTerm(searchTerm)
Sets the search term. If a search term is provided, it overrides any previously specified search conditions.

setSelectedColumns(columns)
Sets the selected columns that the task list displays, and reloads the list.

setSortByOptions()
Sets the sort by a drop-down value.

setTasks()
Sets tasks for displaying

Inherited setViewData(data, createPseudoBinding)
Set or update the bound data associated with the view. It applies only to views with bound data.

Note: It should only be used with simple type bindings, or complex type bindings with simple type properties.
It should not be used with bindings that have properties that are lists or compext types. For complex types, set the bindings by using
the binding.set pattern, as described in the Binding data and configuration options documentation section.
Example

Inherited setVisible(visible, collapse)
Show or hide the view.
Examples

Inherited show()
Show this view.
Example

sortByConditionOnChange()
Sets the conditions of the task displaying order.

toggleOrder()
Toggles the order button.

toggleTFS()
Set the task Table

updateSortIcons()
Update sort icons displayed on table headers