Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Auxiliary] >  [gridRowDescriptor]
Private  Storage   

deprecatedclass %ZEN.Auxiliary.gridRowDescriptor extends %ZEN.Component.object

Defines a row descriptor within a %ZEN.Component.dataGrid component.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 8


Summary

Properties
%condition %import %includeFiles %page %resource
aux caption composite format height
id index name onupdate parent
priority readOnly rows style tuple
visible width window

Methods
%AddToSaveSet %Attr %BindExport %ClassIsLatestVersion
%ClassName %ConstructClone %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %DrawHTML %DrawJSStrings %Eval
%EvalC %Extends %ForceClientRender %GetEventHandlers
%GetParameter %GetXMLName %IsA %IsModified
%MakeId %New %NormalizeObject %ObjectModified
%OnAddToPageAfter %OnAddToPageBefore %OnDrawObjectProperties %OnObjectSynch
%OnZENDeserialize %OriginalNamespace %PackageName %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %Self %SerializeObject
%SetModified %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType findElement fireOnUpdateEvent
getProperty getSettings getType invokeSuper
isOfType makeId onCreate onDelete
onSerialize onloadHandler onunloadHandler onupdateHandler
render renderContents renderSVG setProperty


Parameters

• parameter XMLNAME = "rowDescriptor";
This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

• property caption as %ZEN.Datatype.caption(XMLPROJECTION="attribute");
Optional caption to apply to this element.
• property format as %ZEN.Datatype.string(XMLPROJECTION="attribute");
Optional format to apply to this element.
• property height as %ZEN.Datatype.length(XMLPROJECTION="attribute");
Optional height to apply to this element.
• property priority as %ZEN.Datatype.integer(MAXVAL=2,MINVAL=0,XMLPROJECTION="attribute");
Optional priority to apply to this element.
• property readOnly as %ZEN.Datatype.boolean(XMLPROJECTION="attribute");
Optional readOnly attribute to apply to this element.
• property rows as list of %ZEN.Auxiliary.gridRowDescriptor(XMLPROJECTION="ELEMENT",XMLREF=1,XMLTYPECONSTRAINT="CHOICE",ZENSETTING=0);
Optional child descriptors for this row.
• property style as %ZEN.Datatype.string(XMLPROJECTION="attribute");
Optional style to apply to this element.
• property width as %ZEN.Datatype.length(XMLPROJECTION="attribute");
Optional width to apply to this element.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.