%DeepSee.UserLibrary.WorksheetAxis
Class %DeepSee.UserLibrary.WorksheetAxis Extends (%SerialObject, %XML.Adaptor) [ System = 4 ]
This class defines a row or column header within a DeepSee Worksheet.
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/deepsee/library";
XMLNAME
Parameter XMLNAME = "header";
XMLIGNORENULL
Parameter XMLIGNORENULL = 1;
Properties
name
Property name As %ZEN.Datatype.string(MAXLEN = 2000, XMLPROJECTION = "attribute");
Logical name of this element.
format
Property format As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional format to apply to this element.
style
Property style As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional style to apply to this element.
value
Property value As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional value to apply to this element.
logicalValue
Property logicalValue As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional logical value to apply to this element.
priority
Property priority As %ZEN.Datatype.integer(MAXVAL = 2, MINVAL = 0, XMLPROJECTION = "attribute");
Optional priority to apply to this element.
readOnly
Property readOnly As %ZEN.Datatype.boolean(XMLPROJECTION = "attribute");
Optional readOnly attribute to apply to this element.
width
Property width As %ZEN.Datatype.length(XMLPROJECTION = "attribute");
Optional width to apply to this element.
height
Property height As %ZEN.Datatype.length(XMLPROJECTION = "attribute");
Optional height to apply to this element.
type
Property type As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional type to apply to this element.
valueList
Property valueList As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional valueList to apply to this element.
lookupSpec
Property lookupSpec As %ZEN.Datatype.string(MAXLEN = 2000, XMLPROJECTION = "attribute");
Optional lookupSpec to apply to this element.
Takes the form:
table:*table name*:*value column*:*display column*:*sort column*