Class icm.pgwidget.casetoolbar.CaseToolbar

Class that represents CaseToolbar widget
Defined in: <icm/pgwidget/casetoolbar/CaseToolbar.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
handleCaseInfo(caseItem)
Handle Case Information to render UI.
 
Handler for the icm.SendCaseInfo event.
 
Handler for the icm.SendNewCaseInfo event.
 
Handler for the icm.SendSplitCaseInfo event which is received when user splits a case.
 
 

Constructor Detail

icm.pgwidget.casetoolbar.CaseToolbar()

Method Detail

destroy()


handleCaseInfo(caseItem)

Handle Case Information to render UI.
Parameters:
caseItem
  • caseItem: the caseEditable object handled for render UI

handleICM_SendCaseInfoEvent(payload)

Handler for the icm.SendCaseInfo event.
Parameters:
payload
Example: payload = { "caseEditable": caseEditable, "coordination": coordination };

handleICM_SendNewCaseInfoEvent(payload)

Handler for the icm.SendNewCaseInfo event.
Parameters:
payload
Example: payload = { "caseEditable": caseEditable, "coordination": coordination };

handleICM_SendSplitCaseInfoEvent(payload)

Handler for the icm.SendSplitCaseInfo event which is received when user splits a case.
Parameters:
payload
Example: payload = { "caseEditable": caseEditable, "coordination": coordination };

postCreate()


startup()