class %DeepSee.UI.Analysis.AbstractAnalysis
extends %ZEN.Component.page
Base class for pivot analysis types.
Subclasses of this are displayed as options in the Analysis dialog.
This is a Zen Page class.
parameter DOMAIN = "%DeepSee";
Localization domain
parameter PUBLISHED = 1;
Set this to false to prevent this analysis from being listed.
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 adjustSize()
[ Language = javascript ]
Adjust size and position of components on this page.
abstract method ondialogStart()
[ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
final method onlayoutHandler(load)
[ Language = javascript ]
This client event, if present, is fired when the page
is first loaded or whenever it is resized.
If this is called at load time, then load will
be true.