Class ecm.widget.process.TrackerMilestonesPane


Extends dijit._Widget.
Provides a pane that is used to view the milestones for an IBM FileNet P8 workflow.
Defined in: <ecm\widget\process\TrackerMilestonesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
An event function called after the widget is finished rendering.
 
 
Retrieves the milestone information for the work item and renders it in the milestones pane.
 
Function to resize the widget.
 
setItem(workItem)
Called to set the work item object into the milestones pane.

Constructor Detail

ecm.widget.process.TrackerMilestonesPane()

Method Detail

destroy()


onCompleteRendering()

An event function called after the widget is finished rendering.

postCreate()


render()

Retrieves the milestone information for the work item and renders it in the milestones pane.

resize()

Function to resize the widget.

setItem(workItem)

Called to set the work item object into the milestones pane.
Parameters:
workItem
A ecm.model.WorkItem object.