Skip to main content

%CSP.Util.HTMLValueMeter

class %CSP.Util.HTMLValueMeter 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.

Simple HTML-based meter that displays a value.

Property Inventory

Method Inventory

Properties

property Align as %String (MAXLEN = 20, XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "right" ];
Allows override of text alignment for value.
Property methods: AlignDisplayToLogical(), AlignGet(), AlignIsValid(), AlignLogicalToDisplay(), AlignLogicalToOdbc(), AlignNormalize(), AlignSet()

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 OnHTMLBody()
Draw the body of this HTML meter
classmethod OnHTMLScript()
Draw the script section 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