DocBook|Search
Class Reference
%ZEN.Report.Display.COSChart.node
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Display] >  [COSChart] >  [node]
Private  Storage  

class %ZEN.Report.Display.COSChart.node extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 11


Summary

Properties
%angle %index children content displayed
id name parent

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject Display appendChild clearChildren
createElementSVG findSVGElement firstChild getAttribute
insertBefore removeChild setAttribute setText


Properties

• property %angle as %Double;
• property %index as %Integer;
• property children as list of %ZEN.Report.Display.COSChart.node;
• property content as %String;
• property displayed as %Boolean [ InitialExpression = 0 ];
• property id as %Integer;
• property name as %String;
• property parent as node;

Methods

• method Display(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
• method appendChild(node As %ZEN.Report.Display.COSChart.node) as %Status
• method clearChildren()
• method createElementSVG(name As %String)
• method findSVGElement(id As %String)
• method firstChild()
• method getAttribute(property As %String)
• method insertBefore(newNode As node, existingNode As node)
• method removeChild(node As %ZEN.Report.Display.COSChart.node)
• method setAttribute(property As %String, value As %String)
• method setText(content As %String)