Class pvr.controller.types.MockPropertyController


Extends pvr.controller._PropertyController, pvr.controller.types.mixins._MockPropertyControllerMixin.
Extends pvr.controller._PropertyController to support properties whose run-time data types cannot be supported in the view designer.

Some applications include the view designer and the view runtime in separate web applications. In such cases there may be value types that cannot be modeled in the designer component due to missing dependencies. In such cases, "mock" data types and their associated controllers can be used in the view designer as a proxy for their runtime counterparts. This is done by registering the mock controller class as the controllerClass for the particular data type in the view designer's integration configuration object.

A customer may choose to create a custom "mock" controller implementation, or they may choose to use the built-in pvr.controller.types.MockController class.


Defined in: <pvr\controller\types\MockPropertyController.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Constructor Detail

pvr.controller.types.MockPropertyController()