Skip to main content

%DeepSee.UI.Dialog.CellFormatOptions

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

This dialog lets the user specificy conditional formatting for a pivot table.

Property Inventory

Method Inventory

Parameters

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

Properties

property colorScale as %ZEN.Datatype.string (ZENURL = "COLORSCALE");
Name of color scale in effect.
Property methods: colorScaleDisplayToLogical(), colorScaleGet(), colorScaleIsValid(), colorScaleLogicalToDisplay(), colorScaleLogicalToOdbc(), colorScaleNormalize(), colorScaleSet()
property defRange as %ZEN.Datatype.string;
Default Range for new rules.
Property methods: defRangeDisplayToLogical(), defRangeGet(), defRangeIsValid(), defRangeLogicalToDisplay(), defRangeLogicalToOdbc(), defRangeNormalize(), defRangeSet()
property formatRules as list of %DeepSee.Component.pivotCondition (XMLNAME = "formatRule", XMLPROJECTION = "ELEMENT");
List of formatting rules for the table.
Property methods: formatRulesBuildValueArray(), formatRulesCollectionToDisplay(), formatRulesCollectionToOdbc(), formatRulesDisplayToCollection(), formatRulesGet(), formatRulesGetObject(), formatRulesGetObjectId(), formatRulesGetSwizzled(), formatRulesIsValid(), formatRulesOdbcToCollection(), formatRulesSet(), formatRulesSetObject(), formatRulesSetObjectId()

Methods

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 DrawColorScale(pSeed As %String) as %Status
Draw contents of color scale icon box.
method DrawRuleList(pSeed As %String) as %Status
Draw contents of rule list box.
clientmethod addRule() [ Language = javascript ]
Add a rule definition.
clientmethod ccChange(apply) [ Language = javascript ]
Change to custom color
clientmethod clearRules() [ Language = javascript ]
Clear the rules
clientmethod editRule(n) [ Language = javascript ]
Edit a rule definition.
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 moveRuleDown(n) [ Language = javascript ]
Move a rule definition up.
clientmethod moveRuleUp(n) [ Language = javascript ]
Move a rule definition up.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event 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 removeRule(n) [ Language = javascript ]
Remove a rule definition.
clientmethod selectColorScale(type) [ Language = javascript ]
Click on a new color scale.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab