class %DeepSee.UI.Dialog.SelectCubeList
extends %DeepSee.UI.Dialog.standardDialog
This dialog allows the user to select from
This is a Zen Page class.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
property CubeList
as %ZEN.Datatype.string(ZENURL="CUBELIST");
If supplied, these cubes will be pre-selected when the dialog loads
property CubesOnly
as %ZEN.Datatype.boolean(ZENURL="CUBESONLY") [ InitialExpression = 0 ];
If true, the selection options will be limited to cubes only
property msgDefineRequest
as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Select the cubes and subject areas which can use this listing group.") ];
method %OnAfterCreatePage()
as %Status
Be sure to do ##super() when overriding.
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.
method GetCubeResource(pCubeName)
as %String
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.