%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
- %DrawLocatorLinks()
- %OnGetSmallMenu()
- DrawBODY()
- DrawHEAD()
- DrawJS()
- DrawMenuStyleJS()
- DrawUsername()
- OnGenerateCode()
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
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
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()