Class Reference
%CSP.Util.ExpPane
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [Util] >  [ExpPane]
Private  Storage

class %CSP.Util.ExpPane extends %CSP.Util.Pane

This class is used internally by Caché. 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.

Super class for explorer activity pane

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
15


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 DoneMsg DrawBODY DrawButtons
DrawCommandForm DrawCommands DrawErrorLog DrawHEAD
DrawRoutineLinks DrawSearchField DrawStatusError DrawTable
GenerateCode GetAlarmTimeout GetDescriptiveText GetMask
GetPageType GetSearchMask LocalizeText OnGenerateCode
QuoteCOS SetAlarmTimeout WriteBackupMsg XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
%CSP.UI.SQL.RunFunctionPane %CSP.UI.SQL.RunQueryPane %CSP.UI.System.BroadcastPane
%CSP.UI.System.CompilePane %CSP.UI.System.DeletePane %CSP.UI.System.ExportPane
%CSP.UI.System.FindPane %CSP.UI.System.GlobalDrillPane %CSP.UI.System.GlobalViewPane
%CSP.UI.System.ImportPane

Methods

• classmethod DoneMsg(tSC)
Write common message after action is commited.
• method DrawButtons(ColMax As %Integer)
• method DrawErrorLog(err)
Write out error log
• method DrawHEAD(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
• classmethod DrawRoutineLinks(type)
Generic Method - Draws the extention links for routines under the Search text field.
• classmethod DrawSearchField(type) as %String
Generic Method for Export/Delete/Find/Compile for Classes/Globals/Routines when applicable SEARCHMASK is returned
• classmethod DrawStatusError(tSC As %String)
Generic method to draw error message for object status code, copied from %CSP.Util.TablePane
• method DrawTable(ByRef pRS As %String)
• classmethod GetAlarmTimeout() as %Integer
• method GetDescriptiveText()
Return (localized) text message displayed near top of page. Ignore value in CSP file
• classmethod GetMask(tSpec) as %String
Generic Method - This method takes in what user typed in the mask field for ROUTINES and build it into a mask that the query will be able to process.
• method GetPageType() as %String
This method returns the page type based on PageName
• classmethod GetSearchMask() as %String
Generic Method being called from the Routine panes to return search mask.
• classmethod SetAlarmTimeout()
• classmethod WriteBackupMsg(SEARCHMASK)
Generic Method being called from the Routine panes to write out message for backup routines.