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

class %CSP.Util.MenuPane 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.

This pane draws one or more option menus.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1 6


Summary

Properties
Align CommandFormClass CommandFormObject CommandSubmitPage
Commands FrameStyle Menus Name
Styles Text URL

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
DrawBODY DrawCommandForm DrawCommands DrawHEAD
EvaluateCondition GenerateCode LocalizeText MenuColors
OnGenerateCode QuoteCOS WriteCopyright XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter DOMAIN = "%Utility";
Default Localization Domain

Properties

• property Menus as list of Menu(XMLNAME="Menu",XMLPROJECTION="ELEMENT");
Defines the menus for this pane

Methods

• method DrawBODY(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
• method DrawHEAD(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
• classmethod EvaluateCondition(pCondition As %String) as %Boolean
Evaluate a menu item condition; the condition must refer to values or functions that are in scope (i.e., % variables).
• classmethod MenuColors(Output MenuColor As %String)
Set and return standard menu colors.
• method OnGenerateCode() as %String
Subclasses override this to generate code during CSP processing
• classmethod WriteCopyright()
This is the common method for writing out Copyright notice.


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