Skip to main content

%DeepSee.Report.UI.PageSetUpDialog

class %DeepSee.Report.UI.PageSetUpDialog extends %ZEN.Dialog.standardDialog

Created using the page template: Default

Method Inventory

Parameters

parameter APPLICATION;
Class name of application this page belongs to.
parameter DOMAIN = %DeepSee;
Inherited description: Localization domain
parameter PAGENAME = Page Setup;
Displayed name of this page.

Methods

method %OnAfterCreatePage() as %Status
This class method callback is called just before the server-side page object is created.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogStart() [ Language = javascript ]
Inherited description: This callback, if defined, is called when the dialog page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab