Class ecm.widget.process.LaunchPatternPropertiesPane


Extends dijit._Widget.
Provides a widget that is used to view or edit the properties of a pattern work item.
Defined in: <ecm\widget\process\LaunchPatternPropertiesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
Returns the work item properties in a JSON format.
 
 
setItem(item)
Sets the work item for the properties display.

Constructor Detail

ecm.widget.process.LaunchPatternPropertiesPane()

Since:
2.0.2

Method Detail

destroy()


{Object} getPropertiesJSON()

Returns the work item properties in a JSON format.
Returns:
{Object} holding property data.

isValid()


setItem(item)

Sets the work item for the properties display.
Parameters:
item
A ecm.model.WorkItem object.