class %iKnow.DeepSee.UI.Analysis.Content
extends %iKnow.DeepSee.UI.Analysis.AbstractAnalysis
This is a Zen Page class.
parameter DEFAULTLISTINGNAME = "ShortListing";
This parameter specifies the name of the Listing that will be selected by default for
displaying facts in the tables on this page if the user didn't select any other listing
explicitly.
property listingName
as %ZEN.Datatype.string(ZENURL="LISTING");
The name of the listing currently selected by the user.
classmethod %GetAnalysisInfo(Output pInfo)
as %Status
Return an array of information about this analysis:
pInfo("caption") - localized caption for this item.
pInfo("tooltip") - localized tooltip for this item.
pInfo("icon") - icon for this item.
pInfo("rank") - optional rank; lower numbers are displayed first.
method %OnGetSubtitle()
as %String
method %OnGetTitle()
as %String
method DrawFactList(pSeed As %String)
as %Status
method SetListing(pListing As %String)
as %Status
[ ZenMethod ]
method changeListingClient()
[ Language = javascript ]
method showIKnowMsrValue(cube, measure, id)
[ Language = javascript ]
Perform a showIKnowMsrValue action, if supported.