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

class ZENTest.RepeatingGroupTest extends %ZEN.Component.page

Repeating Group Test

Property Inventory

Method Inventory

Parameters

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

Properties

property Rows as %ZEN.Datatype.integer (ZENURL = "ROWS") [ InitialExpression = 10 ];
Rows to fetch from query.
Property methods: RowsDisplayToLogical(), RowsGet(), RowsIsValid(), RowsLogicalToDisplay(), RowsLogicalToOdbc(), RowsNormalize(), RowsSet()
property SearchKey as %ZEN.Datatype.string (ZENURL = "KEY") [ InitialExpression = "A" ];
Search key value used by repeating group query.
Property methods: SearchKeyDisplayToLogical(), SearchKeyGet(), SearchKeyIsValid(), SearchKeyLogicalToDisplay(), SearchKeyLogicalToOdbc(), SearchKeyNormalize(), SearchKeySet()

Methods

clientmethod refreshGroup() [ Language = javascript ]
Refresh contents of the repeating group using a new search key.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab