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

class ZENTest.DynamicComponentsTest extends %ZEN.Component.page

Test of creating components dynamically.

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = Dynamic Component Test 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.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
clientmethod showComponentClient(type) [ Language = javascript ]
Display the component specified by the component combobox.
method showComponentServer(pType As %String) [ ZenMethod ]
Display the component specified by the component combobox.
clientmethod showObjects() [ Language = javascript ]
clientmethod tcChange(cb, name) [ Language = javascript ]
Table column checkbox has changed.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab