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

class ZENTest.altDataGridTest extends %ZEN.Component.page

Created using the page template: Default

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Class name of application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = DataGrid Test;
Displayed name of this page.

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.
method ChangeQueryOnServer(namestartswith As %String = "") as %Boolean [ ZenMethod ]
method GetFavoriteColors() as %String [ ZenMethod ]
method GetStates(Home As %Boolean = 1) as %String [ ZenMethod ]
clientmethod SetFilter(pTextBox As %ZEN.Component.text) [ Language = javascript ]
clientmethod changeQuery(namestartswith) [ Language = javascript ]
clientmethod fireAction(row, name, value) [ Language = javascript ]
clientmethod fireChangeCell(value) [ Language = javascript ]
clientmethod fireLookupData() [ Language = javascript ]
clientmethod fireLookupDataFavColors() [ Language = javascript ]
clientmethod fireLookupDataState(what) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab