Class Reference
%CSP.UI.System.GlobalDrillPane
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [UI] >  [System] >  [GlobalDrillPane]
Private  Storage

class %CSP.UI.System.GlobalDrillPane extends %CSP.Util.ExpPane, %CSP.Page

This pane allows to drill down a global one level at a time.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 7


Summary

Properties
Align CommandFormClass CommandFormObject CommandSubmitPage
Commands FrameStyle Name Styles
Text URL

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject ConvertParameter Decrypt DeleteNode
DoneMsg DrawBODY DrawButtons DrawCommandForm
DrawCommands DrawErrorLog DrawHEAD DrawRoutineLinks
DrawSearchField DrawStatusError DrawTable EditNode
Encrypt EscapeHTML EscapeURL GenerateCode
GetAlarmTimeout GetDescriptiveText GetMask GetPageType
GetSearchMask HyperEventBody HyperEventCall HyperEventFrame
HyperEventHead Include InsertHiddenField InsertHiddenFields
IsPrivate Link LoadEdit LoadGlobal
LocalizeText OnGenerateCode OnHTTPHeader OnPage
OnPageError OnPostHTTP OnPostHyperEvent OnPreHTTP
OnPreHyperEvent Page QuoteCOS QuoteJS
RewriteURL SaveChange SetAlarmTimeout ShowError
StartTimer StopTimer ThrowError UnescapeHTML
UnescapeURL WriteBackupMsg XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

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

Methods

• classmethod DeleteNode(Namespace As %String, GSub As %String, KillSub As %Boolean) as %Boolean
Delete a global node
• 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
Define javascript functions for this pane
• classmethod EditNode(namespace As %String, GSub As %String)
Edit a global node
• classmethod LoadEdit(namespace As %String, GSub As %String, tDispFormat As %String) as %String
Load edit data
• method LoadGlobal(Namespace As %String, Mask As %String, LastSub As %String, NodeCount As %Integer, TotalCount As %Integer, HasSecurity As %Boolean) as %Boolean
Load global data
• classmethod SaveChange(Namespace As %String, GSub As %String, GValue As %String, ValueFormat As %Integer, GMask As %String, isInsert As %Boolean)