class %ZEN.Auxiliary.gridCell
extends %ZEN.Component.object
Defines characteristics for a specific cell within a %ZEN.component.grid.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
7
|
|
|
|
|
|
property column
as %ZEN.Datatype.integer;
Column number of this cell (1-based).
property format
as %ZEN.Datatype.string;
Format to apply to this cell.
This is a DeepSee format string: e.g., "###.##"
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 readOnly
as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
If true, this cell is readOnly.
property row
as %ZEN.Datatype.integer;
Row number of this cell (1-based).
property style
as %ZEN.Datatype.style;
Style to apply to this cell.
This is a CSS style string: e.g., "color: red;"
property title
as %ZEN.Datatype.caption;
Help text displayed when mouse hovers over this cell.