DocBook|Search
Class Reference
%CSP.Util.HTMLGroup
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [Util] >  [HTMLGroup]
Private  Storage  

class %CSP.Util.HTMLGroup extends %CSP.Util.HTMLMeter

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 4


Summary

Properties
Dashboard Description Detail FullProperty Height
InitialStatus InitialValue Label Link MeterId
Meters Orientation Parent Property RangeLower
RangeUpper ScaleFactor ShowLabel Style ThresholdLower
ThresholdUpper Width

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 DrawSelector GenerateCode HeightSet
InsertMeter OnHTMLBody OnHTMLHead OnHTMLInitJS
OnHTMLScript OnHTMLStyle WidthSet XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Meters as list of HTMLMeter(XMLNAME="Meters",XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
Meters belonging to this group
• property Orientation as %String(MAXLEN=10,VALUELIST=",horizontal,vertical",XMLPROJECTION="attribute") [ InitialExpression = "horizontal" ];
Direction in which to layout meters within this group.
• property Style as %String(MAXLEN=200,XMLPROJECTION="attribute");
Style to use for Group

Methods

• method GenerateCode(pCode As %CharacterStream, pLevel As %Integer = 1) as %Status
Called by Dashboard class to generate code to create an instace of this object. The object instance is called tMeter.
• method InsertMeter(pMeter As HTMLMeter)
Insert a meter into this group
• method OnHTMLBody()
Draw the body of this HTML meter
• classmethod OnHTMLStyle()
Draw the style section of this HTML meter