class %DeepSee.UI.Dialog.ExpressionBuilder
extends %DeepSee.UI.Dialog.standardDialog
This page allows the user to create a value expression using drag and drop
This is a Zen Page class.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter PAGENAME = "Expression Builder";
Displayed name of this page.
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.
classmethod GetDimensionInfo(pRoot As %String, Output pTree, ByRef pParms)
as %Status
Provide contents of the dimension tree.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method mdxDrop(textarea, dragData)
[ Language = javascript ]
User has dropped an item on the textarea.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.