Skip to main content

%iKnow.UI.Dialog.compileDomain

deprecated class %iKnow.UI.Dialog.compileDomain extends %ZEN.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter DOMAIN = %iKnow;
Inherited description: Localization domain
parameter RESOURCE = %Development;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Properties

property domainDefinition as %ZEN.Datatype.string (ZENURL = "DOMAINDEF");
Domain Definition class
Property methods: domainDefinitionDisplayToLogical(), domainDefinitionGet(), domainDefinitionIsValid(), domainDefinitionLogicalToDisplay(), domainDefinitionLogicalToOdbc(), domainDefinitionNormalize(), domainDefinitionSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: 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 CheckStatus(pCubeClass) as %String [ ZenMethod ]
classmethod IsValidClassName(pClassName As %String) as %Boolean [ ZenMethod ]
Test if the given class name is valid.
clientmethod compile() [ Language = javascript ]
Start the compile
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
clientmethod onresizeHandler() [ Language = javascript ]
This client event, if present, is fired when the page is resized.
clientmethod timeout() [ Language = javascript ]
Check compile status periodically.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab