Skip to main content

%CSP.Util.ExpPane

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

Method Inventory

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.
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.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab