Class ecm.widget.listView.modules.P8WorkToolbar


Extends ecm.widget.listView.modules.Toolbar.
This module provides IBM FileNet P8 work in-basket toolbar capability.
Defined in: <ecm\widget\listView\modules\P8WorkToolbar.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
A string holding the current queue name.
 
A string holding the current queue type (for example, processQueue or userQueue).

Method Summary

Method Attributes Method Name and Description
 
Cleans up the toolbar buttons.
 
 
 
Returns true if the process queue this item is running in is a Tracker queue.
 
onToolbarButtonsCreated(toolbarButtons)
Event handler called when the toolbar buttons have been created.
 
 
Update the enable/disable state of the toolbar buttons based on the listview selection.
Methods borrowed from class ecm.widget.listView.modules.Toolbar:
createToolButtons, getAPIPath, getButtonArea, getSelectedItems, getToolbarButton, getToolbarButtons, loadContextMenu, onContextMenuCreated, setToolbarButtonDisabled

Constructor Detail

ecm.widget.listView.modules.P8WorkToolbar()

Deprecated:
As of 2.0.3, Use ecm.widget.listview.modules.P8InbasketToolbar instead.

Field Detail

queueName

A string holding the current queue name.

queueType

A string holding the current queue type (for example, processQueue or userQueue).

Method Detail

cleanUpToolButtons()

Cleans up the toolbar buttons.

constructor()


destroy()


{Boolean} isInTrackerQueue()

Returns true if the process queue this item is running in is a Tracker queue.
Since:
2.0.2
Returns:
{Boolean} true if work item is in tracker queue.

onToolbarButtonsCreated(toolbarButtons)

Event handler called when the toolbar buttons have been created.
Parameters:
toolbarButtons

preload()


updateToolbarState()

Update the enable/disable state of the toolbar buttons based on the listview selection. If no items are selected, disable all the FileNet P8 hard-coded buttons (except for the Refresh button).