class %CSP.UI.System.FindPane
extends %CSP.Util.ExpPane
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 pane handles displaying, selecting, and compiling classes and routines.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
5
|
|
|
|
|
method CreateResultSet(ByRef pRS As %ResultSet)
as %Status
CreateResult
method DrawBODY(pInstance As PageInstance)
as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawButtons(ColMax As %Integer)
method DrawTable(ByRef pRS As %String)
method ExecuteResultSet(pRS As %ResultSet, SEARCHMASK As %String)
as %Status
This can be overridden by subclasses