Class ecm.widget.process.StepPatternPropertiesPane


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\StepPatternPropertiesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
getValue(fieldName)
Returns the value of the specified field.
 
Returns a boolean value true indicating whether there are property fields to display.
 
Returns true if displaying the Final Notification step.
 
Returns true if displaying the Review step.
 
Returns true if displaying the Rework step.
 
 
 
setItem(item)
Sets the work item for the properties display.

Constructor Detail

ecm.widget.process.StepPatternPropertiesPane()

Since:
2.0.2

Method Detail

destroy()


getValue(fieldName)

Returns the value of the specified field.
Parameters:
fieldName
Returns:
field value

{Boolean} hasDisplayedFields()

Returns a boolean value true indicating whether there are property fields to display.
Returns:
{Boolean} true if there are property fields to display, false otherwise.

isFinalNotifcationStep()

Returns true if displaying the Final Notification step.

isReviewStep()

Returns true if displaying the Review step.

isReworkStep()

Returns true if displaying the Rework step.

postCreate()


resize()


setItem(item)

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