Class ecm.widget.entryTemplateBuilder.SettingsPane


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

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.contentClass 
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.data 
Array of label and pane objects to add to this page.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.entryTemplate 
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.repository 

Method Summary

Method Attributes Method Name and Description
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.destroy()
Destroy.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.getMessages()
Returns messages array.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.loadModel()
Calls each pane asking it to load the model with its screen data.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.onChangeRepository(repository)
Fired when the repository is changed.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.onClearDesigner()
Fired when the layout designer should cleared of any existing layout information.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.onFieldChange()
Fired when a field changes value.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.onOpenDesigner()
Fired when the layout designer should be opened in the view.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.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.SettingsPane.onSetOriginalContentClass(originalContentClass)
Fired when the content class is set and sends around the original content class from the repository.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.postCreate()
Post create.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.resetContentClass()
Called to reset the selected content class settings on the properties pane.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.resize()
Resize.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.setClearLayout(True)
Called to enable/disable the Clear layout button on the properties pane.
<static>  
ecm.widget.entryTemplateBuilder.SettingsPane.updateContentClass(contentClass)
Called to update the attribute definition meta-data from the designer settings.

Constructor Detail

ecm.widget.entryTemplateBuilder.SettingsPane()

Since:
2.0.3

Field Detail

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

Instance of ecm.model.ContentClass.

<static> ecm.widget.entryTemplateBuilder.SettingsPane.data

Array of label and pane objects to add to this page.

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

Instance of ecm.model.EntryTemplate.

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

Instance of ecm.model.Repository.

Method Detail

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

Destroy.

<static> ecm.widget.entryTemplateBuilder.SettingsPane.getMessages()

Returns messages array.

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

Calls each pane asking it to load the model with its screen data.

<static> ecm.widget.entryTemplateBuilder.SettingsPane.onChangeRepository(repository)

Fired when the repository is changed.
Parameters:
repository

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

Fired when the layout designer should cleared of any existing layout information.

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

Fired when a field changes value.

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

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

<static> ecm.widget.entryTemplateBuilder.SettingsPane.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.SettingsPane.onSetOriginalContentClass(originalContentClass)

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

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

Post create.

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

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

<static> ecm.widget.entryTemplateBuilder.SettingsPane.resize()

Resize.

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

Called to enable/disable the Clear layout button on the properties pane.
Parameters:
True
if the clear layout button should be disabled.

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

Called to update the attribute definition meta-data from the designer settings.
Parameters:
contentClass
AN ecm.model.ContentClass object with updated attribute meta-data.