Skip to main content

%iKnow.DeepSee.UI.Analysis.AbstractAnalysis

deprecated abstract class %iKnow.DeepSee.UI.Analysis.AbstractAnalysis extends %DeepSee.UI.Analysis.AbstractAnalysis

Property Inventory

Method Inventory

Properties

property domain as %ZEN.Datatype.integer;
Property methods: domainDisplayToLogical(), domainGet(), domainIsValid(), domainLogicalToDisplay(), domainLogicalToOdbc(), domainNormalize(), domainSet()
property filter as %ZEN.Datatype.string;
Property methods: filterDisplayToLogical(), filterGet(), filterIsValid(), filterLogicalToDisplay(), filterLogicalToOdbc(), filterNormalize(), filterSet()
property page as %ZEN.Datatype.integer [ InitialExpression = 1 ];
Property methods: pageDisplayToLogical(), pageGet(), pageIsValid(), pageLogicalToDisplay(), pageLogicalToOdbc(), pageNormalize(), pageSet()

Methods

final method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %OnDrawHTMLHead() as %Status
Add include files to support color schemes.
method BuildIKnowFilterForCell(pIKnowMeasure As %String, ByRef pRS As %DeepSee.ResultSet, pRow As %Integer, pCol As %Integer, pAllRows As %Boolean, pAllCols As %Boolean, Output pFilters, Output pCellId As %Integer) as %iKnow.Filters.Filter
final method ChangeMeasure(pMeasure As %String) as %Status [ ZenMethod ]
clientmethod changeMeasureClient() [ Language = javascript ]
clientmethod onChangeMeasureClient() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab