Class ecm.widget.layout.AsyncTaskPane


Extends ecm.widget.layout._LaunchBarPane.
Provides a layout for viewing, scheduling, and managing asynchronous tasks.
Defined in: <ecm\widget\layout\AsyncTaskPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The categorization of types of asynchronous tasks that will be used for display.
 
Whether the task information pane will be shown when a task is selected
 
Whether the left-hand side navigation tree should be shown
 
The layout configuration for the IBM Content Navigator task pane.

Method Summary

Method Attributes Method Name and Description
 
Performs cleanup and disconnects all the handlers
 
Reconnect the grid row selection after changing the pane listing view
 
 
Creates the task navigation tree
 
filterTaskListing(categoryTaskItem)
Filters the list of tasks when a user clicks on a task category
 
Loads the content of this pane
 
openItem(item, resultSet)
Opens a task or a task instance
 
 
selectItem(item, tabId)
Selects a task and obtains the task details
 
setCurrentPane(paneClass, noSet)
Sets the current task listing pane.
Methods borrowed from class ecm.widget.layout._LaunchBarPane:
getFeatureConfiguration, onEditItem, onOpenItem, openButtonFlyout, reset, selectContentPane, setParams

Constructor Detail

ecm.widget.layout.AsyncTaskPane()

Since:
2.0.3

Field Detail

categorization

The categorization of types of asynchronous tasks that will be used for display. Users can set a different category to show a different set of task types.

showTaskInformationPane

Whether the task information pane will be shown when a task is selected

showTaskNavigationTree

Whether the left-hand side navigation tree should be shown

taskPaneLayoutConfiguration

The layout configuration for the IBM Content Navigator task pane. You can override this to customize the widgets that appear in various parts of this pane.

Method Detail

cleanUp()

Performs cleanup and disconnects all the handlers

connectGridRowSelection(pane)

Reconnect the grid row selection after changing the pane listing view
Parameters:
pane

constructor()


createNavigationTree(onComplete)

Creates the task navigation tree
Parameters:
onComplete

filterTaskListing(categoryTaskItem)

Filters the list of tasks when a user clicks on a task category
Parameters:
categoryTaskItem

loadContent()

Loads the content of this pane

openItem(item, resultSet)

Opens a task or a task instance
Parameters:
item
resultSet

postCreate()


selectItem(item, tabId)

Selects a task and obtains the task details
Parameters:
item
tabId

setCurrentPane(paneClass, noSet)

Sets the current task listing pane. If it haven't been created yet, create it and add it to the stack container
Parameters:
paneClass
noSet