Class pvr.widget.registry.Registry


Extends pvr.logging._LoggerMixin.
Registers each of the editor classes supported in the view.

The configuration of the pvr.widget.registry.Registry object defines the following:

This configuration is provided by passing a configuration object to the pvr.widget.registry.Registry#mergeConfiguration method. You can call this method any number of times. With each call, the current configuration settings are augmented with the settings on the new configuration object.


Defined in: <pvr\widget\registry\Registry.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Merges the settings of a configuration object into the existing configuration.
Methods borrowed from class pvr.logging._LoggerMixin:
logDebug, logEntry, logError, logExit, logInfo, logWarning

Constructor Detail

pvr.widget.registry.Registry()

Method Detail

mergeConfiguration(config)

Merges the settings of a configuration object into the existing configuration.

You can call this method any number of times. For example, after merging in the standard configuration, you can merge a custom configuration that defines additional custom editors.

Parameters:
config
The configuration object.