Class Index | File Index

Classes


Class icm.pgwidget.caseselectdocument.test.CaseSelectDocumentWrapper


Defined in: <icm/pgwidget/caseselectdocument/test/CaseSelectDocumentWrapper.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
 
 
Handler for the icm.ClearContent event which can be used to clear the content in the Select Case Document widget.
 
Handler for the icm.ClearSelectedDoc event which can be used to clear the selected documents in the Select Case Document widget.
 
Handler for the icm.SendSplitCaseInfo event which is received when user splits a case.
 
 
resize(dimension)
 
Class Detail
icm.pgwidget.caseselectdocument.test.CaseSelectDocumentWrapper()
Method Detail
clearContentPane()

clearSelectedDocs()

handleICM_ClearContentEvent()
Handler for the icm.ClearContent event which can be used to clear the content in the Select Case Document widget.

handleICM_ClearSelectedDocEvent()
Handler for the icm.ClearSelectedDoc event which can be used to clear the selected documents in the Select Case Document widget.

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

hideContentPane()

resize(dimension)
Parameters:
dimension

showContentPane()

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Sep 10 2023 05:26:48 GMT-0700 (PDT)