%CSP.UI.System.DeletePane
class %CSP.UI.System.DeletePane extends %CSP.Util.ExpPane
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 handles displaying, selecting, and compiling classes and routines.
Method Inventory
- CreateResultSet()
- Delete()
- DoneMsg()
- DrawBODY()
- DrawButtons()
- DrawOptions()
- DrawResult()
- DrawTable()
- ExecuteResultSet()
Methods
method CreateResultSet(ByRef pRS As %ResultSet) as %Status
Method to Delete in the background
tItems array is passed in for selected items
classmethod DoneMsg(tSC)
Write common message after action is commited.
method DrawBODY(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawButtons(ColMax As %Integer)
method DrawOptions()
Draws routine delete options (Obsolete see YSD2501)
method DrawResult(FileName)
method DrawTable(ByRef pRS As %String)
method ExecuteResultSet(pRS As %ResultSet, SEARCHMASK As %String) as %Status
This can be overridden by subclasses
Inherited Members
Inherited Properties
Inherited 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()
- DrawCommandForm()
- DrawCommands()
- DrawErrorLog()
- DrawHEAD()
- DrawRoutineLinks()
- DrawSearchField()
- DrawStatusError()
- GenerateCode()
- GetAlarmTimeout()
- GetDescriptiveText()
- GetMask()
- GetPageType()
- GetSearchMask()
- LocalizeText()
- OnGenerateCode()
- QuoteCOS()
- SetAlarmTimeout()
- WriteBackupMsg()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()