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.ChartDataModel2

class ZENMVC.ChartDataModel2 extends %ZEN.DataModel.ObjectDataModel

Alternate Sample DataModel used by MVC Chart page. This model defines a set of values that will be displayed by a set of charts (as well as a grid).

Property Inventory

Method Inventory

Properties

property Airplanes as %Integer;
Property methods: AirplanesDisplayToLogical(), AirplanesGet(), AirplanesIsValid(), AirplanesLogicalToDisplay(), AirplanesNormalize(), AirplanesSet()
property Cars as %Integer;
Property methods: CarsDisplayToLogical(), CarsGet(), CarsIsValid(), CarsLogicalToDisplay(), CarsNormalize(), CarsSet()
property Ships as %Integer;
Property methods: ShipsDisplayToLogical(), ShipsGet(), ShipsIsValid(), ShipsLogicalToDisplay(), ShipsNormalize(), ShipsSet()
property Trains as %Integer;
Property methods: TrainsDisplayToLogical(), TrainsGet(), TrainsIsValid(), TrainsLogicalToDisplay(), TrainsNormalize(), TrainsSet()
property Trucks as %Integer;
Property methods: TrucksDisplayToLogical(), TrucksGet(), TrucksIsValid(), TrucksLogicalToDisplay(), TrucksNormalize(), TrucksSet()

Methods

method %OnLoadModel(pSource As %RegisteredObject) as %Status
This callback method does the actual work of loading values from the source object.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab