Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Base class for Ensemble dialog pages.
![]() |
![]() |
![]() |
Enable styles that are common to all pages and dialogs for the EnsPortal application.
If true, then this dialog displays an Apply button.
Allow popup to close as if clicking button "OK" when user presses the ENTER key. Usually this parameter would be set to 1 if the dialog does not contain input fields.
Allow popup to close as if clicking button "Cancel" or "X" when user presses the ESC key.
If this parameter has value 0, the popup will not close when user presses ESC.
If this parameter has value 1, the popup will be dismissed (canceled) when user presses ESC.
If this parameter has value 2, and the popup has button "OK", the popup will close as if clicking "OK".
Localization domain
Resource for subclasses to indicate whether further resources are needed to perform actions on pages.
![]() |
Flag to indicate whether the user is permitted to make any changes on a given page.
Allow the window to be closed by pressing ESC instead of clicking the Cancel button or the "X" icon.
This is used to indicate whether this dialog has any buttons at all.
This is used to indicate whether this dialog has an OK button.
Message to inform the user they may not perform a given action.
Flag to indicate that the dialog is running in Studio.
![]() |
Avoid writing out the session cookie if we are in a Studio session.
Ensure that the user has USE permissions on %Ens_Portal before creating the application object
This callback method determines lets a page specify level of CSS support is used by this page. The default is to return "", which indicates that the built-in ZEN CSS level detection is used. A page can override this and return 2 or 3.
Add the EnsException error handling on the client.
This callback is called at the start of the HTML HEAD section of the page (just after the title).
It allows a page to write out meta tags, if desired. The default implementation writes out an IE-specific meta tag to ensure that IE 9 and 10 don't fall back into Compatibility Mode when we are returning an HTML5 page (i.e.cssLevel is set to 3).
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.
Invoke the base OnPreHyperEvent() method, and then check whether the user is permitted to invoke the specified method by checking the resource returned by theGetHyperEventResources callback. Also avoid sending back the session cookie if we are invoked in a Studio session.
Handle keypress of ESC and ENTER.
Trigger keepAlive behaviour for the page.