Class Reference
%ZEN.Auxiliary.gridCell
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Auxiliary] >  [gridCell]
Private  Storage

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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7


Summary

Properties
%condition %import %includeFiles %page %resource
aux column composite format id
index name onupdate page parent
readOnly row style title tuple
visible window

Methods
%%OIDGet %AddToSaveSet %Attr %BindExport
%ClassIsLatestVersion %ClassName %ConstructClone %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %DrawHTML %DrawJSStrings
%Eval %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


Properties

• 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.