This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
Method to convert the Deployable field from 0/1 to "No/Yes".
classmethod GetHyperEventResources(pMethod As %String = "")
as %String
Callback to return a list of resources required for a specific HyperEvent.
The user must have sufficient privileges on one of the resource/permission pairs
to be permitted to execute the hyperevent. An empty string implies the user already
has sufficient privileges for the ZenMethod specified in pMethod.
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 addSetting()
[ Language = javascript ]
Enable edit fields. Clear table selection and initialize all fields.
method checkTable()
[ Language = javascript ]
Check if table is populated and there is a row selected.
method deleteSetting()
[ Language = javascript ]
Delete existing Setting definition.
method editSetting()
[ Language = javascript ]
Edit existing Setting definition.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method refreshTable()
[ Language = javascript ]
This method is called after a Setting is saved or deleted.