property detailsWidth
as %ZEN.Datatype.integer(MAXVAL=0,MINVAL=0) [ InitialExpression = 0 ];
Value to indicate the percentage of the horizontal screen which should be devoted to the
details panel (if it is visible). This is exposed as a client-side property for the layout
code to use the value.
property resultsTableId
as %ZEN.Datatype.id [ InitialExpression = "table" ];
classmethod %OnFinishBackgroundTask(pTaskID As %String)
This server-side callback method is called whenever the client
calls to monitor the current background task and the task is complete.
Typically a subclass uses this to send back JavaScript to update
the page.
classmethod %OnMonitorBackgroundTask(pTaskID As %String, pStatus As %String, pPercentComplete As %Float)
This server-side callback method is called whenever the client
calls to monitor the current background task.
Typically a subclass uses this to send back JavaScript to update
a progress bar.
classmethod DoExportInBackground(filename As %String = "", pSearchTerm As %String = "", pCaseSensitive As %Boolean = 0, pSearchIn As %String = "{""svc"":1,""op"":1,""proc"":1,""rule"":1,""xform"":1}", pCategory As %String = "")
as %String
[ ZenMethod ]
Save ID values for Resend.
classmethod DownloadStream(pExportTempFilename As %String = "", pDocName)
as %String
classmethod DrawStatusCircle(pSeed As %String)
as %Status
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
Get information to display in the ribbon bar.
method RemoveTempData()
as %Integer
[ ZenMethod ]
Remove Event.
method UpdateProduction()
[ ZenMethod ]
method adjustSizes()
[ Language = javascript ]
method doExportStatus()
[ Language = javascript ]
This method calls server method to get current background event log export job status and update the UI
Used if auto refresh off
method doExportToFile(value)
[ Language = javascript ]
method doSearch()
[ Language = javascript ]
Invoke a search using values from the search form.
method exportToFile()
[ Language = javascript ]
method formReset()
[ Language = javascript ]
Reset the search form fields to blank
method onAfterSearch()
[ Language = javascript ]
Display error message if there is one
method onPopupAction(popupName, action, value)
[ Language = javascript ]
This client event, if present, is fired when a popup page
launched from this page fires an action.
method onSearchHandler()
[ Language = javascript ]
Notify subclass that a search is being executed.
method onlayoutHandler(load)
[ Language = javascript ]
Adjust sizes of components on the page.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method resetMsg()
[ Language = javascript ]
Clear error message from above results
method sequentialView(checkForColClick)
[ Language = javascript ]
Bring up dialog for the sequential view
method updateTermOptions()
[ Language = javascript ]