Class ecm.widget.process.InbasketToolbar


Extends ecm.widget.Toolbar.
This module provides IBM FileNet P8 work in-basket toolbar capability.
Defined in: <ecm\widget\process\InbasketToolbar.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).
Fields borrowed from class ecm.widget.Toolbar:
repository, showButtonLabels, toolbarButtons, toolbarName

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.
 
 
Update the enable/disable state of the toolbar buttons based on the listview selection.
Methods borrowed from class ecm.widget.Toolbar:
canPerform, clearToolbar, createToolbar, onToolbarButtonsCreated, postCreate

Constructor Detail

ecm.widget.process.InbasketToolbar()

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.

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).