CSPX.EnsMsgTraceFilterPane
class CSPX.EnsMsgTraceFilterPane extends %CSP.Util.FormPane
Method Inventory (Including Private)
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
parameter SessionSQLQuery = SELECT SessionID FROM Ens.MessageHeader WHERE %ID = ?;
parameter TraceSVGClass = CSPX.EnsMsgTraceSVG;
Indicator for the SVG Trace class to use in DrawCommands().
This is primarily to allow for the Enterprise trace to use the same basic code
Methods (Including Private)
method DrawCommands(pInstance As PageInstance) as %Status [ Language = objectscript ]
Inherited description: Generic method to draw commands for a pane;
A subclass can override this.
classmethod ShowBlockTable(max As %Integer, per As %Integer, curr As %Integer) [ Language = objectscript ]
Displays the table of result numbers
Inherited Members
Inherited Properties (Including Private)
- Align
- Buttons
- CommandFormClass
- CommandFormObject
- CommandSubmitPage
- Commands
- Display
- Dynamic
- FormClass
- FormObject
- FrameStyle
- Name
- Styles
- SubmitPage
- SubmitTarget
- Text
- URL
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawBODY()
- DrawCommandForm()
- DrawHEAD()
- GenerateCode()
- LocalizeText()
- OnGenerateCode()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()