Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [Util] >  [SMTitlePane]
Private  Storage   

class %CSP.Util.SMTitlePane extends %CSP.Util.Pane

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

System Management Title Pane

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 8


Summary

Properties
Align CommandFormClass CommandFormObject CommandSubmitPage
Commands FrameStyle Locator Name
ShowUsrNsp Styles Text URL

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %DrawLocatorLinks
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OnGetSmallMenu
%OriginalNamespace %PackageName %RemoveFromSaveSet %SerializeObject
%SetModified %ValidateObject DrawBODY DrawCommandForm
DrawCommands DrawHEAD DrawJS DrawMenuStyleJS
DrawUsername GenerateCode LocalizeText OnGenerateCode
QuoteCOS XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property Locator as list of Link;
A collection of Links used to draw the locator within the title pane.
• property ShowUsrNsp as %Boolean [ InitialExpression = 1 ];
Control whether or not User/Namespace is displayed or not.

Methods

• method %DrawLocatorLinks(ByRef pInstance, ByRef pLocator)
Draw the locator links on the locator bar.
• method %OnGetSmallMenu(ByRef pInstance, ByRef pMenu As %String)
Create pMenu in the same style as for Zen page to be used by %DrawSmallMenu later.
• method DrawBODY(pInstance As PageInstance) as %Status
Draw the HTML to display a title pane for this object.
• method DrawHEAD(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
• method DrawJS() as %Status
Necessary JS code for standard SMTitlePane
• method DrawMenuStyleJS()
Draw CSS style and JS functions for Context Menu.
• method DrawUsername()
Draw username or server name depend on setup.
• method OnGenerateCode() as %String
Handle ShowUsrNsp


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