Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
Set this to the correct domain.
Name of this page.
All Analytics pages require %DeepSee_Portal USE.
|
|
Builds breadcrumb links
Decorate the page.
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.
Returned value is used as leaf of breadcrumb
Get the (localized) title string for the page. This should be implemented in a subclass.
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.
ExecuteResult
GenerateRule
called when selNewDomain changes
This is called in the middle of rendering the tool ribbon. Subclasses can inject their own content into the ribbon by writing it out in this method. This content is best wrapped within a single td element. It can also consist of multiple td elements.To achieve a fixed position for elements within the ribbon, for a fixed width page you can use a single enclosing td that contains a table and a single tr, with td elements inside that single tr that contain your content for the ribbon.
To achieve a fixed position for elements within the ribbon, for a page whose width varies depending on its contents (thereby stretching the ribbon) you can use multiple td elements to contain your content and then a final td element that is empty and has width 40% (or so) to push your contents towards the left and keep them in their proper locations.
This callback, if implemented returns information used to display the standard ribbon bar.
pDisplay is true if the ribbon should be displayed.
pViewIcons is an array describing "view" buttons to display: pViewIcons(n) = $LB(id,help,icon)
pSortOptions is an array describing "sort" options to display: pSortOptions(n) = $LB(id,caption,help)
pSearch is true if a search box is displayed.
pRibbonTitle is a title to display.
pCommands is an array of command buttons to display: pCommands(n) = $LB(id,caption,help,onclick)
called when btnNewCreate is clicked
Get the title string to add to the locator row. This should be implemented in a subclass.
Subclass need to include the case "switchNamespace" if it is enabling "Switch" next to namespace.
This client event, if present, is fired when the page is loaded.
Check if user really wants to exit if they have not saved changes