deprecatedclass %ZEN.Auxiliary.gridRowDescriptor
extends %ZEN.Component.object
Defines a row descriptor within a %ZEN.Component.dataGrid component.
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.
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.