Skip to main content

%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

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()
classmethod LocalizePage(ByRef msgPage As %String) as %String
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

FeedbackOpens in a new tab