Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%iKnow.UI.Dialog.selectNamespace

class %iKnow.UI.Dialog.selectNamespace extends %ZEN.Dialog.namespaceSelect

This class only show the namespaced to which iKnow is enabled.

Method Inventory

Parameters

parameter DOMAIN = %iKnow;
Inherited description: Localization domain
parameter RESOURCE = %Development;
Security requirement

Methods

method %GetDescHTML(pSeed As %String) as %Status
Provide contents of description component.
classmethod %IsiKnowEnabled(pNamespace="") as %Boolean
method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
classmethod getEnabledIKnowNS(ByRef namespaces) as %Integer

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab