%CSP.UI.System.ExpResultPane
class %CSP.UI.System.ExpResultPane extends %CSP.Page
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 is the pane to prepare for action result. Display what user selected, with additional parameter prompts if needed, and prompt the user to proceed or cancle.
Method Inventory
- DoneMsg()
- DrawCloseButton()
- DrawDeleteSelections()
- DrawErrorLog()
- DrawProgressImg()
- DrawSelectedTable()
- HelpTextCancel()
- LocalizePage()
- OnPage()
- OnPreHTTP()
Parameters
parameter DOMAIN = %Utility;
Default domain for the Portal's localization.
Methods
classmethod DoneMsg(tSC)
Write common message after action is commited.
classmethod DrawCloseButton()
classmethod DrawDeleteSelections(tNamespace As %String, tMode As %String, cbState As %String) as %Integer
classmethod DrawErrorLog(err)
Write out error log
classmethod DrawProgressImg()
classmethod DrawSelectedTable(cbState) as %Integer
Draw what user has selected
classmethod HelpTextCancel()
Return displable Mode Title
classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod OnPreHTTP() as %Boolean
Ensure user has either %Admin_Manage:USE or %Admin_Operate:USE.
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()