%CSP.Util.MenuPane
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.
Property Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter DOMAIN = %Utility;
Inherited description: Default Localization Domain
Properties (Including Private)
property Menus as list of Menu (XMLNAME = "Menu", XMLPROJECTION = "ELEMENT");
Defines the menus for this pane
Property methods: MenusBuildValueArray(), MenusCollectionToDisplay(), MenusCollectionToOdbc(), MenusDisplayToCollection(), MenusGet(), MenusGetObject(), MenusGetObjectId(), MenusGetSwizzled(), MenusIsValid(), MenusOdbcToCollection(), MenusSet(), MenusSetObject(), MenusSetObjectId()
Methods (Including Private)
method DrawBODY(pInstance As PageInstance) as %Status [ Language = objectscript ]
Inherited description: Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawHEAD(pInstance As PageInstance) as %Status [ Language = objectscript ]
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
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) [ Language = objectscript ]
Set and return standard menu colors.
method OnGenerateCode() as %String [ Language = objectscript ]
Inherited description: Subclasses override this to generate code during CSP processing
classmethod WriteCopyright() [ Language = objectscript ]
This is the common method for writing out Copyright notice.
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()