Class icm.pgwidget.casevisualizer.CaseVisualizer

Class that represent CaseVisualizer widget
Defined in: <icm/pgwidget/casevisualizer/CaseVisualizer.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Handler for the ClearContent event.
 
Handler for the icm.SelectCase event.
 
Handler for the icm.SendCaseInfo event.
 
Handler for the icm.SendWorkItem event.The Timeline Visualizer for the case in the payload will be displayed in the widget.

Constructor Detail

icm.pgwidget.casevisualizer.CaseVisualizer()

Method Detail

handleICM_ClearContentEvent()

Handler for the ClearContent event. Clear the content of the Timeline Visualizer widget.

handleICM_SelectCaseEvent(payload)

Handler for the icm.SelectCase event. The Timeline Visualizer for the case in the payload will be displayed in the widget.
Parameters:
{object} payload
Example: payload = { "caseEditable": caseEditable };

handleICM_SendCaseInfoEvent(payload)

Handler for the icm.SendCaseInfo event. The Timeline Visualizer for the case in the payload will be displayed in the widget.
Parameters:
payload
Example: payload = { "caseEditable": caseEditable, "coordination": coordination };

handleICM_SendWorkItemEvent(payload)

Handler for the icm.SendWorkItem event.The Timeline Visualizer for the case in the payload will be displayed in the widget.
Parameters:
payload
Example: payload = { "workItemEditable": workItemEditable, "coordination": coordination };