This class is used internally by Caché. You should not make direct use of it within your applications.
There is no guarantee made about either the behavior or future operation of this class.
Compile dialog for Management Portal.
Please do not modify any part of this dialog without COMPLETELY testing all cases!!!
This dialog is used by Classes/Routines for both Namespaces and Databases.
Please be extremely careful!!!
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.
Get the (localized) title string for the dialog.
This should be implemented in a subclass.
classmethod DrawPageTitle(pSeed As %String)
as %Status
method doCompile()
[ Language = javascript ]
Start the compile
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method ondialogFinish(action)
as %Boolean
[ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons.
If this returns false, then the action is cancelled.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method onresizeHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is resized.
method updateFlags(thisobj)
[ Language = javascript ]
User changed a Compile flag, update the Flags textbox.
if ischecked == true and if oldflags does not contain it already, then add it
if ischecked == false then remove it from the oldflags
method updateoptFlags(thisobj)
[ Language = javascript ]
User changed a Optimization Level flag, update the Flags textbox.
remove all optimization level flags
then add the new selected value