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

class ZENTest.TimerTest extends %ZEN.Component.page

Test page for Zen timer component.

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Class name of application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = Timer Test Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property eventCounter as %ZEN.Datatype.integer [ InitialExpression = 0 ];
Counter to keep track of how many timer events have fired.
Property methods: eventCounterDisplayToLogical(), eventCounterGet(), eventCounterIsValid(), eventCounterLogicalToDisplay(), eventCounterLogicalToOdbc(), eventCounterNormalize(), eventCounterSet()

Methods

clientmethod timeout(timer) [ Language = javascript ]
Timer has fired

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab