Skip to main content

%iKnow.DeepSee.UI.MeasureValue

class %iKnow.DeepSee.UI.MeasureValue extends %DeepSee.UI.Dialog.standardDialog

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");
Property methods: cubeNameDisplayToLogical(), cubeNameGet(), cubeNameIsValid(), cubeNameLogicalToDisplay(), cubeNameLogicalToOdbc(), cubeNameNormalize(), cubeNameSet()
property dictionaries as %ZEN.Datatype.string (ZENURL = "DICTIONARIES");
Property methods: dictionariesDisplayToLogical(), dictionariesGet(), dictionariesIsValid(), dictionariesLogicalToDisplay(), dictionariesLogicalToOdbc(), dictionariesNormalize(), dictionariesSet()
property dominants as %ZEN.Datatype.string (ZENURL = "DOMINANTS") [ InitialExpression = $$$SDCONCEPT_","_$$$SDCRC_","_$$$SDPATH ];
Property methods: dominantsDisplayToLogical(), dominantsGet(), dominantsIsValid(), dominantsLogicalToDisplay(), dominantsLogicalToOdbc(), dominantsNormalize(), dominantsSet()
property entities as %ZEN.Datatype.string (ZENURL = "ENTITIES");
Property methods: entitiesDisplayToLogical(), entitiesGet(), entitiesIsValid(), entitiesLogicalToDisplay(), entitiesLogicalToOdbc(), entitiesNormalize(), entitiesSet()
property highlight as %ZEN.Datatype.string (ZENURL = "HIGHLIGHT") [ InitialExpression = "nothing" ];
Property methods: highlightDisplayToLogical(), highlightGet(), highlightIsValid(), highlightLogicalToDisplay(), highlightLogicalToOdbc(), highlightNormalize(), highlightSet()
property measureName as %ZEN.Datatype.string (ZENURL = "MEASURE");
Measure to use for analysis.
Property methods: measureNameDisplayToLogical(), measureNameGet(), measureNameIsValid(), measureNameLogicalToDisplay(), measureNameLogicalToOdbc(), measureNameNormalize(), measureNameSet()
property objectIds as %ZEN.Datatype.string (ZENURL = "OBJIDS");
Object ID of the source object instance to display
Property methods: objectIdsDisplayToLogical(), objectIdsGet(), objectIdsIsValid(), objectIdsLogicalToDisplay(), objectIdsLogicalToOdbc(), objectIdsNormalize(), objectIdsSet()
property summaryLength as %ZEN.Datatype.string (ZENURL = "LENGTH");
Summary length
Property methods: summaryLengthDisplayToLogical(), summaryLengthGet(), summaryLengthIsValid(), summaryLengthLogicalToDisplay(), summaryLengthLogicalToOdbc(), summaryLengthNormalize(), summaryLengthSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: 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.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog.
method DrawContent(pSeed As %String) as %Status
method SetHighlighting(pHighlight, pDictIds, pDominants) as %Status [ ZenMethod ]
method SetSummaryLength(length) as %Status [ ZenMethod ]
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 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.
clientmethod setHighlights() [ Language = javascript ]
clientmethod summarize() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab