Class pvr.controller.attributes.ValueAttribute


Extends pvr.controller.attributes.Attribute.
Extends pvr.controller.attributes.Attribute as required to represent a "value" attribute.
Defined in: <pvr\controller\attributes\ValueAttribute.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
isModified(after)
Indicates whether the attribute value was modified after the specified time.
 
Resets the modified state.
Methods borrowed from class pvr.controller.attributes.Attribute:
get, isControlled, set, test, watch
Methods borrowed from class pvr.logging._LoggerMixin:
logDebug, logEntry, logError, logExit, logInfo, logWarning

Constructor Detail

pvr.controller.attributes.ValueAttribute()

Method Detail

isModified(after)

Indicates whether the attribute value was modified after the specified time. If a time is not specified, then all changes are considered.
Parameters:
after
A JavaScript Date object providing the specified time.
Returns:
true if the attribute value was modified.

resetModified()

Resets the modified state.