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?

ZENTest.HomePage

class ZENTest.HomePage extends %ZEN.Component.page

Zen Test Suite Home Page. This page shows a set of links to the various Zen test pages.

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Inherited description: Localization domain
parameter PAGENAME = Home Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

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