Skip to main content

%CSP.Util.HTMLGroup

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

This class is used internally by InterSystems IRIS. 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.

Property Inventory

Method Inventory

Properties

property Meters as list of HTMLMeter (XMLNAME = "Meters", XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Meters belonging to this group
Property methods: MetersBuildValueArray(), MetersCollectionToDisplay(), MetersCollectionToOdbc(), MetersDisplayToCollection(), MetersGet(), MetersGetObject(), MetersGetObjectId(), MetersGetSwizzled(), MetersIsValid(), MetersOdbcToCollection(), MetersSet(), MetersSetObject(), MetersSetObjectId()
property Orientation as %String (MAXLEN = 10, VALUELIST = ",horizontal,vertical", XMLPROJECTION = "attribute") [ InitialExpression = "horizontal" ];
Direction in which to layout meters within this group.
Property methods: OrientationDisplayToLogical(), OrientationGet(), OrientationIsValid(), OrientationLogicalToDisplay(), OrientationLogicalToOdbc(), OrientationNormalize(), OrientationSet()
property Style as %String (MAXLEN = 200, XMLPROJECTION = "attribute");
Style to use for Group
Property methods: StyleDisplayToLogical(), StyleGet(), StyleIsValid(), StyleLogicalToDisplay(), StyleLogicalToOdbc(), StyleNormalize(), StyleSet()

Methods

method GenerateCode(pCode As %CharacterStream, pLevel As %Integer = 1) as %Status
Inherited description: 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()
Inherited description: Draw the body of this HTML meter
classmethod OnHTMLStyle()
Draw the style section of this HTML meter

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab