CSPX.EnsSuspendedMsgPane
class CSPX.EnsSuspendedMsgPane extends %CSP.Util.TablePane
Method Inventory
- CreateResultSet()
- DeleteMessage()
- DeleteMessages()
- DiscardMessage()
- DiscardMessages()
- DrawHEAD()
- ResubmitMessage()
- ResubmitMessages()
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Methods
method CreateResultSet(ByRef pID As %String, ByRef pRS As %ResultSet) as %Status
Inherited description: This method creates the %ResultSet object
that is used for the table pane.
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
method DeleteMessage(pHeaderId As %String)
method DeleteMessages(pHeaderIds As %String)
method DiscardMessage(pHeaderId As %String)
method DiscardMessages(pHeaderIds As %String)
method DrawHEAD(pInstance As PageInstance) as %Status
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
method ResubmitMessage(pHeaderId As %String)
method ResubmitMessages(pHeaderIds As %String)
Inherited Members
Inherited Properties
- Actions
- Align
- AutoRefresh
- CheckboxId
- CommandFormClass
- CommandFormObject
- CommandSubmitPage
- Commands
- Conditions
- FrameStyle
- HiddenColumns
- ItemsPerPage
- MaxColumns
- MaxResults
- Name
- Query
- SQLQuery
- ShowCheckboxes
- ShowFilter
- ShowLastUpdate
- ShowRowNumbers
- ShowSearchPage
- ShowZebra
- Sortable
- Styles
- Text
- URL
- bgcolor
- border
- cellpadding
- cellspacing
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()
- CreateDataSet()
- CreateTempFile()
- DrawBODY()
- DrawCommandForm()
- DrawCommands()
- DrawLastUpdate()
- DrawSearch()
- DrawStatusError()
- DrawTable()
- ExecuteResultSet()
- FilterTable()
- GenerateCode()
- GetDescriptiveText()
- GetItemsPerPage()
- ItemsPerPageUpdate()
- LocalizeColumnName()
- LocalizeText()
- OnDrawFilter()
- OnDrawHEADTablePane()
- OnGenerateCode()
- PurgeTempData()
- QuoteCOS()
- RefreshTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()