%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., "###.##"
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;"
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
- %condition
 - %import
 - %includeFiles
 - %page
 - %resource
 - aux
 - composite
 - id
 - index
 - name
 - onupdate
 - parent
 - tuple
 - visible
 - window
 
Inherited 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()