Class icm.pgwidget.originalcase.OriginalCase


Extends icm.pgwidget.properties.dijit._Properties.
Class that represent OriginalCase event.
Defined in: <icm/pgwidget/originalcase/OriginalCase.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Handler for icm.ClearContent event.
 
Handler for the icm.SendSplitCaseInfo event which is received when user splits a case.
Methods borrowed from class icm.pgwidget.properties.dijit._Properties:
adjustDirtyState, bindController, closeView, constructor, destroyRecursive, getComparator, getFilter, getMarkup, getPropertyIds, getRegistry, getResources, getViewDefinitionId, getViewDefinitionUrl, openView, resize, setDirtyState, unbindController

Constructor Detail

icm.pgwidget.originalcase.OriginalCase()

Method Detail

handleICM_ClearContentEvent()

Handler for icm.ClearContent event. Clears contents of the widget.

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 };