Class ecm.widget.entryTemplateBuilder.PropertiesPane


Extends dijit._Widget.
Provides a widget that has the entry template properties settings.
Defined in: <ecm\widget\entryTemplateBuilder\PropertiesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.contentClass 
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.entryTemplate 
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.repository 
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.type 
The entry template type string.

Method Summary

Method Attributes Method Name and Description
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.destroy()
Destroy.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.loadModel()
Loads the model with the screen data.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onClearDesigner()
Fired when the layout designer information should be cleared.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onClearedRendering()
This event method is called after a properties rendering has been cleared.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onCompleteRendering()
This event method is called when properties rendering completes.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onFieldChange()
Fired when a field changes value.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onMarkingPropertyChange()
This event method is called when a displayed marking property value is changed.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onOpenDesigner()
Fired when the layout designer should be opened in the view.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onPropertyRendered(row, field)
This event method is called after a property has been rendered.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onSetContentClass(contentClass)
Fired when the content class is set and sends around a cloned content class with some modifications from the builder.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.onSetOriginalContentClass(originalContentClass)
Fired when the content class is set and sends around the original content class from the repository.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.postCreate()
Post create.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.resetContentClass()
Called to reset the selected content class settings on the properties pane.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.setClearLayout(True)
Called to enable/disable the Clear layout button.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.setDestination(destination)
Set the destination.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.setType(type)
Set the type.
<static>  
ecm.widget.entryTemplateBuilder.PropertiesPane.updateContentClass(contentClass)
Called to update the attribute definition meta-data from the designer settings and re-render the properties table.

Constructor Detail

ecm.widget.entryTemplateBuilder.PropertiesPane()

Since:
2.0.3

Field Detail

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.contentClass

Instance of ecm.model.ContentClass.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.entryTemplate

Instance of ecm.model.EntryTemplate.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.repository

Instance of ecm.model.Repository.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.type

The entry template type string. One of the EntryTemplate.TYPE object type values.

Method Detail

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.destroy()

Destroy.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.loadModel()

Loads the model with the screen data.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onClearDesigner()

Fired when the layout designer information should be cleared.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onClearedRendering()

This event method is called after a properties rendering has been cleared.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onCompleteRendering()

This event method is called when properties rendering completes.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onFieldChange()

Fired when a field changes value.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onMarkingPropertyChange()

This event method is called when a displayed marking property value is changed. (FileNet P8 only)

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onOpenDesigner()

Fired when the layout designer should be opened in the view.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onPropertyRendered(row, field)

This event method is called after a property has been rendered. Adds the extra columns for displaying whether the property is hidden and/or read only.
Parameters:
row
The rendered property row that contains the field.
field
The field widget that was rendered in the property row.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onSetContentClass(contentClass)

Fired when the content class is set and sends around a cloned content class with some modifications from the builder.
Parameters:
contentClass

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.onSetOriginalContentClass(originalContentClass)

Fired when the content class is set and sends around the original content class from the repository. Has no ET settings applied.
Parameters:
originalContentClass

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.postCreate()

Post create.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.resetContentClass()

Called to reset the selected content class settings on the properties pane.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.setClearLayout(True)

Called to enable/disable the Clear layout button.
Parameters:
True
If the clear layout button should be disabled.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.setDestination(destination)

Set the destination. Called by the SettingsPane to set the current destination.
Parameters:
destination
The selected destination ecm.model.SelectedFolder.

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.setType(type)

Set the type. Called by the SettingsPane to set the type for the content class selector.
Parameters:
type

<static> ecm.widget.entryTemplateBuilder.PropertiesPane.updateContentClass(contentClass)

Called to update the attribute definition meta-data from the designer settings and re-render the properties table.
Parameters:
contentClass
An ecm.model.ContentClass object with updated attribute meta-data.