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
This callback, if implemented returns information used to display
the standard ribbon bar.
Truncate the displayed value to fit on the page better
classmethod UpdateDetails(id)
[ ZenMethod ]
UpdateDetails:
Update contents of details pane.
method adjustSizes()
[ Language = javascript ]
Adjust sizes of components on the page.
method deleteItem()
[ Language = javascript ]
User clicked Delete button.
method doNew()
[ Language = javascript ]
method editPassword(visible)
[ Language = javascript ]
A keystroke was entered in the Password field
method onlayoutHandler(load)
[ Language = javascript ]
This client event is fired when the page is resized.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method onunloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is unloaded.
If this method returns a string value, then that is used as the
return value of the HTML page's onbeforeunload handler (if more than
one component returns a string, the first one encountered is used).
method resetFieldState()
[ Language = javascript ]
Reset the fields that control whether or not to warn the user about leaving the page
method resetForm()
[ Language = javascript ]
Reset the form programmatically
method rowSelected(table, unselect)
[ Language = javascript ]
User selected a row in the table
method save()
[ Language = javascript ]
Save the contents of the form.
method showPartnerDetails()
[ Language = javascript ]
Launch the profile info dialog.
method togglePasswordVisibility()
[ Language = javascript ]
Switch between visible and obfuscated password fields