Skip to main content

%ZEN.Auxiliary.gridCell

deprecated class %ZEN.Auxiliary.gridCell extends %ZEN.Component.object

Defines characteristics for a specific cell within a %ZEN.component.grid.

Property Inventory

Properties

property column as %ZEN.Datatype.integer;
Column number of this cell (1-based).
Property methods: columnDisplayToLogical(), columnGet(), columnIsValid(), columnLogicalToDisplay(), columnLogicalToOdbc(), columnNormalize(), columnSet()
property format as %ZEN.Datatype.string;
Format to apply to this cell.
This is a DeepSee format string: e.g., "###.##"
Property methods: formatDisplayToLogical(), formatGet(), formatIsValid(), formatLogicalToDisplay(), formatLogicalToOdbc(), formatNormalize(), formatSet()
property page as %ZEN.Datatype.integer;
Page number of this cell (1-based). If omitted, then this cell applies to all pages (if more than one).
Property methods: pageDisplayToLogical(), pageGet(), pageIsValid(), pageLogicalToDisplay(), pageLogicalToOdbc(), pageNormalize(), pageSet()
property readOnly as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
If true, this cell is readOnly.
Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToOdbc(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()
property row as %ZEN.Datatype.integer;
Row number of this cell (1-based).
Property methods: rowDisplayToLogical(), rowGet(), rowIsValid(), rowLogicalToDisplay(), rowLogicalToOdbc(), rowNormalize(), rowSet()
property style as %ZEN.Datatype.style;
Style to apply to this cell.
This is a CSS style string: e.g., "color: red;"
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()
property title as %ZEN.Datatype.caption;
Help text displayed when mouse hovers over this cell.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab