Skip to main content

%DeepSee.UI.Dialog.CubeAdd

class %DeepSee.UI.Dialog.CubeAdd extends %DeepSee.UI.Dialog.standardDialog

This dialog lets the user Add a new DeepSee cube or subject area definition.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.

Properties

property cubeName as %ZEN.Datatype.string (ZENURL = "CUBE");
Cube name.
Property methods: cubeNameDisplayToLogical(), cubeNameGet(), cubeNameIsValid(), cubeNameLogicalToDisplay(), cubeNameLogicalToOdbc(), cubeNameNormalize(), cubeNameSet()
property mode as %ZEN.Datatype.string (ZENURL = "MODE") [ InitialExpression = "cube" ];
possibly use this to indicate adding cube or dimension?
Property methods: modeDisplayToLogical(), modeGet(), modeIsValid(), modeLogicalToDisplay(), modeLogicalToOdbc(), modeNormalize(), modeSet()
property msgClass as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a valid Class Name for the Cube.") ];
Property methods: msgClassDisplayToLogical(), msgClassGet(), msgClassIsValid(), msgClassLogicalToDisplay(), msgClassLogicalToOdbc(), msgClassNormalize(), msgClassSet()
property msgCube as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a valid Cube Name.") ];
Property methods: msgCubeDisplayToLogical(), msgCubeGet(), msgCubeIsValid(), msgCubeLogicalToDisplay(), msgCubeLogicalToOdbc(), msgCubeNormalize(), msgCubeSet()
property msgSAClass as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a valid Class Name for the Subject Area.") ];
Property methods: msgSAClassDisplayToLogical(), msgSAClassGet(), msgSAClassIsValid(), msgSAClassLogicalToDisplay(), msgSAClassLogicalToOdbc(), msgSAClassNormalize(), msgSAClassSet()
property msgSourceClass as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a valid Source Class.") ];
Property methods: msgSourceClassDisplayToLogical(), msgSourceClassGet(), msgSourceClassIsValid(), msgSourceClassLogicalToDisplay(), msgSourceClassLogicalToOdbc(), msgSourceClassNormalize(), msgSourceClassSet()
property msgSub as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a valid Subject Area Name.") ];
Property methods: msgSubDisplayToLogical(), msgSubGet(), msgSubIsValid(), msgSubLogicalToDisplay(), msgSubLogicalToOdbc(), msgSubNormalize(), msgSubSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: 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.
classmethod IsValidClassName(pClassName As %String) as %Boolean [ ZenMethod ]
Test if the given class name is valid.
classmethod IsValidCubeName(pCubeName As %String) as %Boolean [ ZenMethod ]
Test if the given cube name is valid.
classmethod SaveData(Type, cubeName, className, sourceClass, description, displayName, filterSpec, baseCube, cubeSourceType) as %String [ ZenMethod ]
Save general association data to server and compile.
classmethod TrimSpaces(pName As %String) as %String [ ZenMethod ]
Remove spaces inside a string.
clientmethod browseClass(popupName) [ Language = javascript ]
Invoke class finder dialog. popupName="sourceclasses" or "cubes"
clientmethod changeSourceType() [ Language = javascript ]
Execute the selection of the cube source radio button.
clientmethod changeType() [ Language = javascript ]
User changed definition type
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod nameChanged(cubeName) [ Language = javascript ]
User modified cubeName. Default it to other names if they have not been set.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when the a popup page launched from this page fires an action.
clientmethod 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.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab