Skip to main content

%ZEN.Report.Display.controller

class %ZEN.Report.Display.controller extends %ZEN.Report.Display.common

The controller class has the logic that allows any node or tableOuput to be removed from rendering

Property Inventory

Method Inventory

Properties

property applyLevel as %ZEN.Datatype.integer (XMLPROJECTION = "NONE");
Property methods: applyLevelDisplayToLogical(), applyLevelGet(), applyLevelIsValid(), applyLevelLogicalToDisplay(), applyLevelLogicalToOdbc(), applyLevelNormalize(), applyLevelSet()
property ifexpression as %ZEN.Datatype.string;
Property methods: ifexpressionDisplayToLogical(), ifexpressionGet(), ifexpressionIsValid(), ifexpressionLogicalToDisplay(), ifexpressionLogicalToOdbc(), ifexpressionNormalize(), ifexpressionSet()
property ifxpath as %ZEN.Datatype.string;
Property methods: ifxpathDisplayToLogical(), ifxpathGet(), ifxpathIsValid(), ifxpathLogicalToDisplay(), ifxpathLogicalToOdbc(), ifxpathNormalize(), ifxpathSet()
property includeColIfExpression as %ZEN.Datatype.string;
Property methods: includeColIfExpressionDisplayToLogical(), includeColIfExpressionGet(), includeColIfExpressionIsValid(), includeColIfExpressionLogicalToDisplay(), includeColIfExpressionLogicalToOdbc(), includeColIfExpressionNormalize(), includeColIfExpressionSet()
property includeColIfXPath as %ZEN.Datatype.string;
Property methods: includeColIfXPathDisplayToLogical(), includeColIfXPathGet(), includeColIfXPathIsValid(), includeColIfXPathLogicalToDisplay(), includeColIfXPathLogicalToOdbc(), includeColIfXPathNormalize(), includeColIfXPathSet()
property includeColUnlessExpression as %ZEN.Datatype.string;
Property methods: includeColUnlessExpressionDisplayToLogical(), includeColUnlessExpressionGet(), includeColUnlessExpressionIsValid(), includeColUnlessExpressionLogicalToDisplay(), includeColUnlessExpressionLogicalToOdbc(), includeColUnlessExpressionNormalize(), includeColUnlessExpressionSet()
property includeColUnlessXPath as %ZEN.Datatype.string;
Property methods: includeColUnlessXPathDisplayToLogical(), includeColUnlessXPathGet(), includeColUnlessXPathIsValid(), includeColUnlessXPathLogicalToDisplay(), includeColUnlessXPathLogicalToOdbc(), includeColUnlessXPathNormalize(), includeColUnlessXPathSet()
property unlessexpression as %ZEN.Datatype.string;
Property methods: unlessexpressionDisplayToLogical(), unlessexpressionGet(), unlessexpressionIsValid(), unlessexpressionLogicalToDisplay(), unlessexpressionLogicalToOdbc(), unlessexpressionNormalize(), unlessexpressionSet()

Methods

method %ApplyLevelParameters(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
method %DeclareLevelParameters(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
method %EndLevel(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
method %IncLevel(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab