class %ZEN.Report.launcher
extends %ZEN.Component.page
This is a ZEN Report Launch Page
This is a Zen Page class.
parameter APPLICATION;
Class name of application this page belongs to.
parameter DOMAIN;
Domain used for localization.
parameter PAGENAME;
Displayed name of this page.
property ReportClass
as %String(MAXLEN=255,ZENURL="REPORT");
method %OnAfterCreatePage()
as %Status
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.