Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [extensions] >  [clusters] >  [TableAnalysis]
Private  Storage   

class %DeepSee.extensions.clusters.TableAnalysis extends %ZEN.Component.page, %DeepSee.extensions.clusters.DataController, %DeepSee.extensions.clusters.ChartModel

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 4 26 1


Summary

This is a Zen Page class. It belongs to the application %DeepSee.extensions.clusters.ZenApplication.

Properties
%condition %import %includeFiles %page
%resource Dataset ErrorStatus NClusters
Normalize Ready XMax XMin
YMax YMin align aux
backgroundTimerInterval cellAlign cellSize cellStyle
cellVAlign children className clusteringHasChanged
composite containerStyle cssLevel datasetHasChanged
defaultRadius dimensionality disabled dragAndDrop
dragEnabled dropEnabled dsCount enclosingClass
enclosingStyle error group groupClass
groupStyle height hidden hint
hintClass hintStyle id index
label labelClass labelDisabledClass labelPosition
labelStyle layout method name
onafterdrag onbeforedrag onclick ondrag
ondrop onhide onrefresh onshow
onupdate parent propNameX propNameY
radius sampleSize sampling schemaName
showLabel slice title tuple
useSVG useSoftModals valign visible
width window xValues yValues
zenPersistentPopup

Methods
%AddChild %AddChildAfter %AddChildBefore %AddComponent
%AddImportedComponents %AddToSaveSet %ApplyURLParms %Attr
%BindExport %ClassIsLatestVersion %ClassName %ClearDataset
%ClearStatusInfo %ComputeValues %ConstructClone %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %DrawAutoLogout %DrawClassDefinitions
%DrawComponentHTML %DrawHTML %DrawHTMLPage %DrawJSStrings
%DrawObjectDefinitions %EnclosingDivId %EndBackgroundMethod %EndScript
%EstimateCount %Eval %EvalC %ExecuteAnalysis
%Extends %ForceClientRender %GetChildIndex %GetComponent
%GetComponentById %GetComponentByName %GetCurrentNCL %GetEventHandlers
%GetLinks %GetPageName %GetParameter %GetSeriesSize
%GetValueById %GetValueByName %GetXMLName %HasClusteringChanged
%HasDataChanged %Init %InsertDataPoint %IsA
%IsModified %Link %LinkCSS %LinkScript
%MakeId %New %NormalizeObject %ObjectModified
%OnAddToPageAfter %OnAddToPageBefore %OnAfterCreatePage %OnBeforeCreatePage
%OnChangeSchema %OnCreateApplication %OnCreatePage %OnDetermineCSSLevel
%OnDrawEnclosingDiv %OnDrawHTMLBody %OnDrawHTMLHead %OnDrawHTMLMeta
%OnDrawObjectProperties %OnFinishBackgroundTask %OnGetValue %OnMonitorBackgroundTask
%OnMutateChildren %OnObjectSynch %OnPreHTTP %OnSelectClass
%OnSubmit %OnUseSoftModals %OnZENDeserialize %OriginalNamespace
%PackageName %QuoteValue %QuoteValueL10N %RemoveChild
%RemoveChildren %RemoveComponent %RemoveFromSaveSet %Round
%RunBackgroundMethod %Self %SerializeObject %SetBackgroundMethodStatus
%SetClusteringParameters %SetDataPoint %SetErrorById %SetErrorByName
%SetModelData %SetModified %SetValueById %SetValueByName
%SetValuesByName %StartScript %UpdateAll %UpdateControls
%UpdateStatusInfo %UpdateView %ValidateObject %ZENVersion
ConvertParameter Decrypt Encrypt ErrObj
EscapeHTML EscapeURL HyperEventCall HyperEventHead
Include InsertHiddenField InsertHiddenFields IsPrivate
JavaInstalled Link OnHTTPHeader OnPage
OnPageError OnPostHTTP OnPostHyperEvent OnPreHTTP
OnPreHyperEvent OnSelectClass OnSelectSchema Page
QuoteJS RestoreDefaults RewriteURL RunAndUpdate
SchemasClose SchemasExecute SchemasFetch ShowError
StartTimer StopTimer ThrowError UnescapeHTML
UnescapeURL UpdateDataset UpdateView XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType addChild
addChildAfter addChildBefore adjustSize alertIfError
axisChanged cancelPopup checkParameters childrenMutated
correctIELayering createComponent createComponentNS datasetChanged
deleteComponent dragFinishHandler dragHandler dragNotifyHandler
dragStartHandler dropHandler dropStartHandler endModal
exposeComponent findElement fireOnResizeEvent fireOnUnloadEvent
fireOnUpdateEvent firePopupAction getChartData getChildIndex
getComponent getComponentById getData getEnclosingDiv
getHidden getHintElement getLabelElement getOpener
getProperty getSettings getType gotoPage
invokeSuper isOfType launchPopupWindow makeId
methodChanged nclChanged onCreate onDelete
onDisplayHandler onEndModalHandler onPopupAction onRefreshContents
onSerialize onServerMethodCall onServerMethodError onServerMethodReturn
onStartModalHandler onYRefresh ondisabledHandler onhandleAutoLogoutWarn
onkeydownHandler onkeyupHandler onlayoutHandler onloadHandler
onlogoutHandler onoverlayHandler onresizeHandler onunloadHandler
onupdateHandler popupActionHandler refreshContents removeChild
render renderContents renderSVG run
sampleSizeChanged schemaChanged setComponentId setHidden
setOverlayMode setParameters setProperty setPropertyAll
setTraceOption startModal startProgressBar stopProgressBar
tableChanged


Parameters

• parameter APPLICATION = "%DeepSee.extensions.clusters.ZenApplication";
Application this page belongs to.
• parameter DOMAIN = "ZENTEST";
Domain used for localization.
• parameter PAGENAME = "Clusters";
Optional. This is the display name used for this page. If not provided, the class name is used.
• parameter RESOURCE = "%DeepSee_Portal";
All DeepSee pages require %DeepSee_Portal USE.
• parameter SPECIALVALUES = 0;

Properties

• property className as %ZEN.Datatype.string;
• property propNameX as %ZEN.Datatype.string;
Measure to use for analysis.
• property propNameY as %ZEN.Datatype.string;
Measure to use for analysis.
• property schemaName as %ZEN.Datatype.string;

Methods

• method %ClearStatusInfo() as %Status
• method %ComputeValues() as %Status
• method %EstimateCount(Output pSC As %Status) as %Integer
• method %OnAfterCreatePage() as %Status
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 %OnChangeSchema() as %Status
• method %OnGetValue(ByRef value, classname As %String, property As %String) as %Status
• method %OnSelectClass() as %Status
• method %SetClusteringParameters() as %Status
• method %SetModelData() as %Status
• method %UpdateControls() as %Status
Update value of controls.
• method %UpdateStatusInfo() as %Status
• method OnSelectClass() as %ZEN.proxyObject [ ZenMethod ]
• method OnSelectSchema() as %ZEN.proxyObject [ ZenMethod ]
• method RestoreDefaults() as %ZEN.proxyObject [ ZenMethod ]
• method RunAndUpdate() as %ZEN.proxyObject [ ZenMethod ]
• classmethod SchemasClose(ByRef %q As %Library.Binary) as %Library.Status
• classmethod SchemasExecute(ByRef %q As %Library.Binary, system As %Library.Boolean = 0) as %Library.Status
• classmethod SchemasFetch(ByRef %q As %Library.Binary, ByRef Row As %Library.List, ByRef AtEnd As %Library.Integer) as %Library.Status
• method adjustSize() [ Language = javascript ]
Adjust size and position of components on this page.
• method axisChanged() [ Language = javascript ]
• method datasetChanged() [ Language = javascript ]
• method getChartData(series) [ Language = javascript ]
• method onYRefresh() [ Language = javascript ]
• method run() [ Language = javascript ]
• method schemaChanged() [ Language = javascript ]
• method tableChanged() [ Language = javascript ]

Queries

• query Schemas(system As %Library.Boolean = 0)
Selects SCHEMA_NAME As %Library.String


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.