Class ecm.widget.entryTemplateBuilder.OptionsPane


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

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

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

Method Summary

Method Attributes Method Name and Description
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.getMessages()
Returns array of message object containing the errors on the pane.
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.loadModel()
Loads the model with the screen data.
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.onFieldChange()
Fired when a field changes value.
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.onHidePane(hide)
Fired when the pane should be hidden or un-hidden.
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.postCreate()
Post create.
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.setContentClass(contentClass)
Set the content class.
<static>  
ecm.widget.entryTemplateBuilder.OptionsPane.setType(type)
Set the type.

Constructor Detail

ecm.widget.entryTemplateBuilder.OptionsPane()

Since:
2.0.3

Field Detail

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

Instance of ecm.model.ContentClass.

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

Instance of ecm.model.EntryTemplate.

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

Instance of ecm.model.Repository.

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

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

Method Detail

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

Returns array of message object containing the errors on the pane.

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

Loads the model with the screen data.

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

Fired when a field changes value.

<static> ecm.widget.entryTemplateBuilder.OptionsPane.onHidePane(hide)

Fired when the pane should be hidden or un-hidden. SettingsPane listens to this method.
Parameters:
hide
Boolean indicating if to hide or show the pane.

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

Post create.

<static> ecm.widget.entryTemplateBuilder.OptionsPane.setContentClass(contentClass)

Set the content class. Called by the SettingsPane to set the content class for this pane.
Parameters:
contentClass

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

Set the type. Called by the SettingsPane to set the type.
Parameters:
type