Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENMVC.MVCMeters

class ZENMVC.MVCMeters extends %ZEN.Component.page

Model-View-Controller Meter demo page. This page uses the Zen MVC mechanism to connect data to several meters.

Method Inventory

Parameters

parameter APPLICATION = ZENMVC.MVCApplication;
Application this page belongs to.
parameter PAGENAME = MVC Meter Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Methods

clientmethod changeModel() [ Language = javascript ]
Point controller to a different model class.
clientmethod nextObject() [ Language = javascript ]
Point controller to next object.
clientmethod previousObject() [ Language = javascript ]
Point controller to previous object.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab