Class pvr.controller.converters.StringConverter


Extends pvr.controller.converters._Converter.
Extends the pvr.controller.converters._Converter class to convert values and obtain the default value for values of type "string".

Values of type "string" are represented by JavaScript string primitives.


Defined in: <pvr\controller\converters\StringConverter.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
<constant>  
type 
Indicates the type of values that are supported by this converter.

Method Summary

Method Attributes Method Name and Description
 
Overloaded to include the controller's "hasDependentProperties" attribute values in the settings that are passed to the pvr.controller.value.Value#to method.
Methods borrowed from class pvr.controller.converters._Converter:
format, getDefaultValue, parse
Methods borrowed from class pvr.logging._LoggerMixin:
logDebug, logEntry, logError, logExit, logInfo, logWarning

Constructor Detail

pvr.controller.converters.StringConverter()

Field Detail

Default

The default pvr.controller.converters.ObjectConverter instance.
Defined in: <pvr\controller\converters\ObjectConverter.js>.

<constant> type

Indicates the type of values that are supported by this converter.
Defined in: <pvr\controller\converters\ObjectConverter.js>.

Method Detail

computeParseSettings()

Overloaded to include the controller's "hasDependentProperties" attribute values in the settings that are passed to the pvr.controller.value.Value#to method.
Defined in: <pvr\controller\converters\ObjectConverter.js>.
Returns:
An object containing the controller settings.