class %CSP.Util.NavigatorPane
extends Pane
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.
Details for the Navigator pane of a CSP Admin page.
property ShowMaxRows
as %Boolean [ InitialExpression = 0 ];
If true, then the max rows textbox is display.
property ShowNamespaces
as %Boolean [ InitialExpression = 0 ];
If true, then namespace listbox is display.
property bgcolor
as %String;
Table back color
method DrawBODY(pInstance As PageInstance)
as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawHEAD(pInstance As PageInstance)
as %Status
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
method OnGenerateCode()
as %String
Subclasses override this to generate code during CSP processing