Skip to main content

%CSP.Util.SMTitlePane

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

Property Inventory

Method Inventory

Properties

property Locator as list of Link;
A collection of Links used to draw the locator within the title pane.
Property methods: LocatorBuildValueArray(), LocatorCollectionToDisplay(), LocatorCollectionToOdbc(), LocatorDisplayToCollection(), LocatorGet(), LocatorGetObject(), LocatorGetObjectId(), LocatorGetSwizzled(), LocatorIsValid(), LocatorOdbcToCollection(), LocatorSet(), LocatorSetObject(), LocatorSetObjectId()
property ShowUsrNsp as %Boolean [ InitialExpression = 1 ];
Control whether or not User/Namespace is displayed or not.
Property methods: ShowUsrNspDisplayToLogical(), ShowUsrNspGet(), ShowUsrNspIsValid(), ShowUsrNspLogicalToDisplay(), ShowUsrNspLogicalToXSD(), ShowUsrNspNormalize(), ShowUsrNspSet(), ShowUsrNspXSDToLogical()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab