%DeepSee.extensions.clusters.TableAnalysis
class %DeepSee.extensions.clusters.TableAnalysis extends %ZEN.Component.page, %DeepSee.extensions.clusters.DataController, %DeepSee.extensions.clusters.ChartModel
Property Inventory
Method Inventory
- %ClearStatusInfo()
- %ComputeValues()
- %EstimateCount()
- %OnAfterCreatePage()
- %OnChangeSchema()
- %OnGetValue()
- %OnSelectClass()
- %SetClusteringParameters()
- %SetModelData()
- %UpdateControls()
- %UpdateStatusInfo()
- OnSelectClass()
- OnSelectSchema()
- RestoreDefaults()
- RunAndUpdate()
- SchemasClose()
- SchemasExecute()
- SchemasFetch()
- adjustSize()
- axisChanged()
- datasetChanged()
- getChartData()
- onYRefresh()
- run()
- schemaChanged()
- tableChanged()
Parameters
parameter APPLICATION = %DeepSee.extensions.clusters.ZenApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = Clusters;
Inherited description: 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 methods: classNameDisplayToLogical(), classNameGet(), classNameIsValid(), classNameLogicalToDisplay(), classNameLogicalToOdbc(), classNameNormalize(), classNameSet()
property propNameX as %ZEN.Datatype.string;
Measure to use for analysis.
Property methods: propNameXDisplayToLogical(), propNameXGet(), propNameXIsValid(), propNameXLogicalToDisplay(), propNameXLogicalToOdbc(), propNameXNormalize(), propNameXSet()
property propNameY as %ZEN.Datatype.string;
Measure to use for analysis.
Property methods: propNameYDisplayToLogical(), propNameYGet(), propNameYIsValid(), propNameYLogicalToDisplay(), propNameYLogicalToOdbc(), propNameYNormalize(), propNameYSet()
property schemaName as %ZEN.Datatype.string;
Property methods: schemaNameDisplayToLogical(), schemaNameGet(), schemaNameIsValid(), schemaNameLogicalToDisplay(), schemaNameLogicalToOdbc(), schemaNameNormalize(), schemaNameSet()
Methods
method %ClearStatusInfo() as %Status
method %ComputeValues() as %Status
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.
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 %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
clientmethod adjustSize() [ Language = javascript ]
Adjust size and position of components on this page.
clientmethod axisChanged() [ Language = javascript ]
clientmethod datasetChanged() [ Language = javascript ]
clientmethod getChartData(series) [ Language = javascript ]
clientmethod onYRefresh() [ Language = javascript ]
clientmethod run() [ Language = javascript ]
clientmethod schemaChanged() [ Language = javascript ]
clientmethod tableChanged() [ Language = javascript ]
Queries
query Schemas(system As %Library.Boolean = 0)
Selects SCHEMA_NAME As %Library.String
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- Dataset
- ErrorStatus
- NClusters
- Normalize
- Ready
- XMax
- XMin
- YMax
- YMin
- align
- aux
- backgroundTimerInterval
- cellAlign
- cellSize
- cellStyle
- cellVAlign
- children
- 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
- radius
- sampleSize
- sampling
- showLabel
- slice
- title
- tuple
- useSVG
- useSoftModals
- valign
- visible
- width
- window
- xValues
- yValues
- zenPersistentPopup
Inherited Methods
- %AddChild()
- %AddChildAfter()
- %AddChildBefore()
- %AddComponent()
- %AddImportedComponents()
- %AddToSaveSet()
- %ApplyURLParms()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ClearDataset()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawAutoLogout()
- %DrawClassDefinitions()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawHTMLPage()
- %DrawJSStrings()
- %DrawObjectDefinitions()
- %EnclosingDivId()
- %EndBackgroundMethod()
- %EndScript()
- %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()
- %OnBeforeCreatePage()
- %OnCreateApplication()
- %OnCreatePage()
- %OnDetermineCSSLevel()
- %OnDrawEnclosingDiv()
- %OnDrawHTMLBody()
- %OnDrawHTMLHead()
- %OnDrawHTMLMeta()
- %OnDrawObjectProperties()
- %OnFinishBackgroundTask()
- %OnMonitorBackgroundTask()
- %OnMutateChildren()
- %OnObjectSynch()
- %OnPreHTTP()
- %OnSubmit()
- %OnUseSoftModals()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveChild()
- %RemoveChildren()
- %RemoveComponent()
- %RemoveFromSaveSet()
- %Round()
- %RunBackgroundMethod()
- %Self()
- %SerializeObject()
- %SetBackgroundMethodStatus()
- %SetDataPoint()
- %SetErrorById()
- %SetErrorByName()
- %SetModified()
- %SetValueById()
- %SetValueByName()
- %SetValuesByName()
- %StartScript()
- %UpdateAll()
- %UpdateView()
- %ValidateObject()
- %ZENVersion()
- ConvertParameter()
- Decrypt()
- Encrypt()
- ErrObj()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- JavaInstalled()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- UpdateDataset()
- UpdateView()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addChild()
- addChildAfter()
- addChildBefore()
- alertIfError()
- cancelPopup()
- checkParameters()
- childrenMutated()
- correctIELayering()
- createComponent()
- createComponentNS()
- deleteComponent()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- endModal()
- exposeComponent()
- findElement()
- fireOnResizeEvent()
- fireOnUnloadEvent()
- fireOnUpdateEvent()
- firePopupAction()
- 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()
- ondisabledHandler()
- onhandleAutoLogoutWarn()
- onkeydownHandler()
- onkeyupHandler()
- onlayoutHandler()
- onloadHandler()
- onlogoutHandler()
- onoverlayHandler()
- onresizeHandler()
- onunloadHandler()
- onupdateHandler()
- popupActionHandler()
- refreshContents()
- removeChild()
- render()
- renderContents()
- renderSVG()
- sampleSizeChanged()
- setComponentId()
- setHidden()
- setOverlayMode()
- setParameters()
- setProperty()
- setPropertyAll()
- setTraceOption()
- startModal()
- startProgressBar()
- stopProgressBar()