Class pvd.widget.designer.settings._IntermediateChangesSetting


Extends pvd.widget.designer.settings._ValueSetting.
Provides an abstract base class that extends pvd.widget.designer.settings._ValueSetting to support a settings controls that configures whether change events fire on intermediate changes.
Defined in: <pvd\widget\designer\settings\_IntermediateChangesSetting.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Indicates whether change events fire on intermediate changes.
Fields borrowed from class pvd.widget.designer.settings._ValueSetting:
value
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
 
Methods borrowed from class pvd.widget.designer.settings._EditableSetting:
destroy, onCommitSetting, onSettingChanged, validate
Methods borrowed from class pvd.widget.designer.settings._Setting:
create

Constructor Detail

pvd.widget.designer.settings._IntermediateChangesSetting()

Field Detail

intermediateChanges

Indicates whether change events fire on intermediate changes.

Method Detail

postCreate()