Skip to main content

%CSP.Util.HTMLTableMeter

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

Simple HTML-based meter that displays a table.

Property Inventory

Method Inventory

Properties

property ColumnNames as %String (MAXLEN = 200, XMLPROJECTION = "ATTRIBUTE");
Names of columns (csv string)
Property methods: ColumnNamesDisplayToLogical(), ColumnNamesGet(), ColumnNamesIsValid(), ColumnNamesLogicalToDisplay(), ColumnNamesLogicalToOdbc(), ColumnNamesNormalize(), ColumnNamesSet()
property Rows as %Integer (MINVAL = 1, XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 1 ];
Number of rows in table
Property methods: RowsDisplayToLogical(), RowsGet(), RowsIsValid(), RowsLogicalToDisplay(), RowsNormalize(), RowsSet(), RowsXSDToLogical()

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