Skip to main content

%ZEN.Dialog.namespaceSelect

class %ZEN.Dialog.namespaceSelect extends %ZEN.Dialog.standardDialog

This utility dialog window displays and lets the user select from a set of available namespaces.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
No Apply button.
parameter DOMAIN = %ZEN;
Inherited description: Localization domain
parameter RESOURCE = %Admin_Operate,%Development,%Service_SQL,%Ens_Portal,%DeepSee_Architect,%DeepSee_Analyzer,%DeepSee_Portal,%DeepSee_Admin;
User must hold at least operator privilege to use this dialog. !!! this list should be longer

Properties

property CurrNamespace as %String (ZENURL = "CURRNS");
Pass in current namespace.
Property methods: CurrNamespaceDisplayToLogical(), CurrNamespaceGet(), CurrNamespaceIsValid(), CurrNamespaceLogicalToDisplay(), CurrNamespaceLogicalToOdbc(), CurrNamespaceNormalize(), CurrNamespaceSet()

Methods

method %GetDescHTML(pSeed As %String) as %Status
Provide contents of description component.
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.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
classmethod ChangeNS(pNS As %String) as %String [ ZenMethod ]
Attempt to change namespace. If fails, then some thing unusual is there about this namespace.
clientmethod adjustSize() [ Language = javascript ]
Adjust size and position of components on this page.
clientmethod getDialogValue() [ Language = javascript ]
Return the value that should be returned by this dialog.
clientmethod listKeyDown(evt) [ Language = javascript ]
Key handler for list box.
clientmethod ondialogFinish(action As %Library.String) as %Boolean [ Language = javascript ]
User clicked Finish. Attampt change namespace. If fails, display error message and do not leave dialog.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab