%CSP.Util.NavigatorPane
class %CSP.Util.NavigatorPane extends %CSP.Util.Pane
This class is used internally by InterSystems IRIS. 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 Inventory
Method Inventory
Properties
property ShowMaxRows as %Boolean [ InitialExpression = 0 ];
If true, then the max rows textbox is display.
Property methods: ShowMaxRowsDisplayToLogical(), ShowMaxRowsGet(), ShowMaxRowsIsValid(), ShowMaxRowsLogicalToDisplay(), ShowMaxRowsLogicalToXSD(), ShowMaxRowsNormalize(), ShowMaxRowsSet(), ShowMaxRowsXSDToLogical()
property ShowNamespaces as %Boolean [ InitialExpression = 0 ];
If true, then namespace listbox is display.
Property methods: ShowNamespacesDisplayToLogical(), ShowNamespacesGet(), ShowNamespacesIsValid(), ShowNamespacesLogicalToDisplay(), ShowNamespacesLogicalToXSD(), ShowNamespacesNormalize(), ShowNamespacesSet(), ShowNamespacesXSDToLogical()
property bgcolor as %String;
Table back color
Property methods: bgcolorDisplayToLogical(), bgcolorGet(), bgcolorIsValid(), bgcolorLogicalToDisplay(), bgcolorLogicalToOdbc(), bgcolorNormalize(), bgcolorSet()
Methods
method DrawBODY(pInstance As PageInstance) as %Status
Inherited description: 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
Inherited description: Subclasses override this to generate code during CSP processing
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()