Get the (localized) title string for the dialog.
This should be implemented in a subclass.
classmethod CreateDTClass(pClassName As %String, pDesc As %String, pSourceClass As %String, pSourceDocType As %String, pTargetClass As %String, pTargetDocType As %String)
as %String
[ ZenMethod ]
Create a new DT class. Return "" if ok otherwise and error message.
classmethod IsNameValid(pName As %String)
as %String
[ ZenMethod ]
Test if the given name is valid.
Returns a colon-separated string. The first position is a 1 or 0 indicating
whether this is (1) or is not (0) a valid class name. The second position is
a 1 or 0 indicating whether the name is free and clear to use (1)
or is the name of an existing data transformation (0).
classmethod IsVDoc(pClass As %String = "")
as %Boolean
[ ZenMethod ]
method changeType(which, value)
[ Language = javascript ]
User has changed the message type radio button.
method changeValue(componentId, newValue)
[ Language = javascript ]
Handle updates based on a new value for one of the fields.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method onPopupAction(popupName, action, value)
[ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
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 ondialogStart()
[ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
method selectType(which)
[ Language = javascript ]