This class is used internally by Caché. You should not make direct use of it within your applications.
There is no guarantee made about either the behavior or future operation of this class.
This is the template for SMP pages with a Search pane on the left and Result pane on the right.
It is primarily used by the System Explorer's Classes/Routines/Globals list pages.
Proposed change to override %ChangeNS in %ZEN.Controller
For SMP Explorer, we need to override the behavior of changing Namespace so that the error reporting is more appropriate.
method %GetLocatorLinks(Output pLink)
as %Status
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method doDoc(className)
[ Language = javascript ]
method doSearch()
[ Language = javascript ]
User clicked Go to start search.
method findNSMatch(DBName)
[ Language = javascript ]
See if the DBName passed in can be found in the namespace list.
This is used when changing from "Database" to "Namespace".
So we can use the same name if there is a match.
method getSelectedNamespace()
[ Language = javascript ]
return true namespace value or implied namespace value.
method showExpand()
[ Language = javascript ]
method toggleDetails()
[ Language = javascript ]