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

class ZENTest.FinderPaneTest extends %ZEN.Component.page

ZENTest.FinderPaneTest Test page for the Zen Finder Pane component.

Method Inventory

Parameters

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

Methods

method GetFinderArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
Provide the source data (as an array) that will drive the finder.
clientmethod drawDetails(item) [ Language = javascript ]
Provide HTML for details on selected item in finder.
clientmethod drawEmptyFinder(item) [ Language = javascript ]
Provide HTML for empty finder.
clientmethod itemSelected(item) [ Language = javascript ]
Item selected within the Finder.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab