Class ecm.widget.process.ProcessorActionButtonBar


Extends dijit._Widget.
Provides the Step processor custom action button bar for IBM CM8 workflow processors.
Defined in: <ecm\widget\process\ProcessorActionButtonBar.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
createActionButtons(actions, callback, workItem, stepRoutingLayout)
Creates the custom action buttons on the button bar.
 
 
Removes all the buttons that have been created.

Constructor Detail

ecm.widget.process.ProcessorActionButtonBar()

Since:
2.0.2

Method Detail

constructor()


createActionButtons(actions, callback, workItem, stepRoutingLayout)

Creates the custom action buttons on the button bar.
Parameters:
actions
An array of action name strings.
callback
A callback function to be called after the button has been created.
workItem
A handle to the ecm.model.WorkItem object within the step processor.
stepRoutingLayout
A handle to the ecm.widget.process.StepRoutingLayout containing this button bar.

destroy()


removeAll()

Removes all the buttons that have been created.