%WebStress.Portal.NoResults
Class %WebStress.Portal.NoResults Extends %WebStress.Portal.standardPage [ System = 4 ]
Parameters
APPLICATION
Parameter APPLICATION = "%WebStress.Portal.Application";
Set this to the appropriate application class.
DOMAIN
Parameter DOMAIN = "%WebStress";
Set this to the correct domain.
PAGENAME
Parameter PAGENAME = "Webstress Portal";
Name of this page.
XDatas
Style
XData Style
detailPane
XData detailPane [ XMLNamespace = "http://www.intersystems.com/zen" ]
Methods
GetFinderArray
Method GetFinderArray(ByRef pParameters, Output pMetaData, Output pData) As %Status
renderGrid
ClientMethod renderGrid() [ Language = javascript ]
addResult
ClientMethod addResult() [ Language = javascript ]
saveResults
ClientMethod saveResults() [ Language = javascript ]
SubmitTest
Method SubmitTest(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %RegisteredObject, Output pResponseObject As %RegisteredObject) As %Status
removeResult
ClientMethod removeResult(id) [ Language = javascript ]
onloadHandler
ClientMethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
tablePopulate
ClientMethod tablePopulate() [ Language = javascript ]
%GetLocatorLinks
Method %GetLocatorLinks(Output pLink) As %Status
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
This class method callback is called just before the server-side page object is created.
%OnGetTitle
Method %OnGetTitle() As %String
Get the (localized) title string for the page. This should be implemented in a subclass.
Populate
Method Populate() As %Status [ ZenMethod ]