Class icm.pgwidget.caseinfo.dijit.CaseInfoComponentContentPane

Class that represent the base class for a tab to be used in Case Information widget.
Defined in: <icm/pgwidget/caseinfo/dijit/header/CaseInfoHeader.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
ContentPane class that represents a tab component used in Case Information widget.

Field Summary

Field Attributes Field Name and Description
 
Widget attributes propagated from Case Information widget.

Method Summary

Method Attributes Method Name and Description
 
 
 
Check if this widget is in focus
 
Handler for tab clicked event.
 
 
Render widget content.
 
Reset render data.
 
Resize function
 
setContext(context)
Set context.
 
setModel(model)
Set model for the widget
 
setParentWidet(parentWidget)
Set parent widget.

Constructor Detail

icm.pgwidget.caseinfo.dijit.CaseInfoComponentContentPane()

ContentPane class that represents a tab component used in Case Information widget.

Field Detail

widgetProperties

Widget attributes propagated from Case Information widget.
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

Method Detail

destroy()


Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

getContext()


Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

isInFocus()

Check if this widget is in focus
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

onClickTab()

Handler for tab clicked event. It calls the render method by default.
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

postCreate()


Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

render()

Render widget content.
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

resetRender()

Reset render data.
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

resize()

Resize function
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.

setContext(context)

Set context. The context is the CaseInfo widget instance. This method will be called by Case Information widget to set context to the component widget.
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.
Parameters:
context
context object used to publish/broadcast events by sub component.

setModel(model)

Set model for the widget
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.
Parameters:
model
  • model: The case information data required by the widget.
Example: var payload = { "caseEditable": caseEditable, "coordination": new icm.util.Coordination() }; model.payload = payload;

setParentWidet(parentWidget)

Set parent widget. This is the Case Information widget instance.
Defined in: <icm/pgwidget/caseinfo/dijit/CaseInfoComponentContentPane.js>.
Parameters:
parentWidget
The parent page widget used to publish/broadcast events by sub component.