Class pvd.widget.designer.settings.EditorSetting


Extends pvd.widget.designer.settings._EditableSetting.
Provides a settings control that is equivalent to a property's editor widget.
Defined in: <pvd\widget\designer\settings\EditorSetting.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The editor specification, an object that includes the editorConfig and editorParams obtained from the property object.
Fields borrowed from class pvd.widget.designer.settings._EditableSetting:
disabled, required
Fields borrowed from class pvd.widget.designer.settings._Setting:
active, help, hidden, label

Method Summary

Method Attributes Method Name and Description
 
updateEditorParam(name, value)
Updates the specified editor parameter.
Methods borrowed from class pvd.widget.designer.settings._EditableSetting:
destroy, onCommitSetting, onSettingChanged, postCreate, validate
Methods borrowed from class pvd.widget.designer.settings._Setting:
create

Constructor Detail

pvd.widget.designer.settings.EditorSetting()

Field Detail

editorSpec

The editor specification, an object that includes the editorConfig and editorParams obtained from the property object.

Method Detail

updateEditorParam(name, value)

Updates the specified editor parameter.
Parameters:
name
The parameter name.
value
The parameter value.