deprecatedclass %iKnow.UI.Dialog.openDomain
extends %ZEN.Dialog.finderDialog
This class help users open the selected iKnow domain and text classifiers
This is a Zen Page class.
parameter AUTONS = 1;
If true, auto-switch namespace to whatever $NAMESPACE is passed in.
parameter DOMAIN = "%iKnow";
Localization domain
parameter RESOURCE = "%Development";
Security requirement
method %OnAfterCreatePage()
as %Status
Add components to page.
method %OnDrawHTMLHead()
as %Status
This callback is called at the end of the HTML HEAD section of the page.
(default implementation is a simple expression).
method GetFinderArray(ByRef pParameters, Output pMetaData, Output pData)
as %Status
Provide the source data (as an array) that will drive the finder.
method OnGetCategoryInfo(pCategory As %String, Output pDisplay As %Boolean, Output pIcons As %List)
as %Status
Get information to display in the category box.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String)
as %Status
Get information to display in the ribbon bar.
method drawDetails(item, finder, index)
[ Language = javascript ]
Provide HTML for details on selected item in finder.
method getDeepSeeIcon(item)
[ Language = javascript ]
Return the icon for a DeepSee item or null if this is not a DeepSee item.
method getItemIcon(item)
[ Language = javascript ]
Return the icon for the item in "icons" mode.
method ondialogFinish(action)
as %Boolean
[ 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.