Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENMobile.HomePage

class ZENMobile.HomePage extends %ZEN.Mobile.mobilePage

Zen Mobile Test Suite Home Page. This page shows a set of links to the various Zen test pages intended for mobile devices

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENMobile.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Inherited description: Set this to the correct domain.
parameter PAGENAME = Home Page;
Inherited description: Name of this page.

Properties

property simulatedDeviceHeight as %ZEN.Datatype.integer [ InitialExpression = 960 ];
Property methods: simulatedDeviceHeightDisplayToLogical(), simulatedDeviceHeightGet(), simulatedDeviceHeightIsValid(), simulatedDeviceHeightLogicalToDisplay(), simulatedDeviceHeightLogicalToOdbc(), simulatedDeviceHeightNormalize(), simulatedDeviceHeightSet()
property simulatedDeviceWidth as %ZEN.Datatype.integer [ InitialExpression = 640 ];
Property methods: simulatedDeviceWidthDisplayToLogical(), simulatedDeviceWidthGet(), simulatedDeviceWidthIsValid(), simulatedDeviceWidthLogicalToDisplay(), simulatedDeviceWidthLogicalToOdbc(), simulatedDeviceWidthNormalize(), simulatedDeviceWidthSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
method FindPageName(pClass As %String) as %String
Get the page name for the given class (if possible).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab