Skip to main content

%iKnow.UI.Dialog.dropDomain

deprecated class %iKnow.UI.Dialog.dropDomain extends %CSP.UI.Portal.Dialog.WizardTemplate

This dialog lets the user Add a new iKnow domain or configuration definition.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter AUTONS = 1;
Inherited description: If $NAMESPACE is set, auto switch namespace
parameter DOMAIN = %iKnow;
Inherited description: Localization domain
parameter HELPID;
DOCBOOK Topic Id that offers help for this page.
parameter RESOURCE = %Development;
Security requirement

Properties

property domainDefinitionClass as %ZEN.Datatype.string (ZENURL = "DOMAINDEF");
Property methods: domainDefinitionClassDisplayToLogical(), domainDefinitionClassGet(), domainDefinitionClassIsValid(), domainDefinitionClassLogicalToDisplay(), domainDefinitionClassLogicalToOdbc(), domainDefinitionClassNormalize(), domainDefinitionClassSet()
property returnValue as %ZEN.Datatype.string;
Property methods: returnValueDisplayToLogical(), returnValueGet(), returnValueIsValid(), returnValueLogicalToDisplay(), returnValueLogicalToOdbc(), returnValueNormalize(), returnValueSet()

Methods

classmethod %OnFinishBackgroundTask(pTaskID As %String)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task and the task is complete. Typically a subclass uses this to send back JavaScript to update the page.
method %OnGetSubtitle() as %String
Inherited description: Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Inherited description: Get the (localized) title string for the dialog. This should be implemented in a subclass.
method DropDomainData() as %Status [ ZenMethod ]
method DropDomainDefinition() as %Status [ ZenMethod ]
clientmethod getDialogValue() [ Language = javascript ]
Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab