class %DeepSee.UI.Dialog.CellFormatOptions
extends %DeepSee.UI.Dialog.standardDialog
This dialog lets the user specificy conditional formatting for a pivot table.
This is a Zen Page class.
parameter APPLYBUTTON = 1;
If true, then this dialog displays an Apply button.
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.
method addRule()
[ Language = javascript ]
Add a rule definition.
method ccChange(apply)
[ Language = javascript ]
Change to custom color
method clearRules()
[ Language = javascript ]
Clear the rules
method editRule(n)
[ Language = javascript ]
Edit a rule definition.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method moveRuleDown(n)
[ Language = javascript ]
Move a rule definition up.
method moveRuleUp(n)
[ Language = javascript ]
Move a rule definition up.
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 removeRule(n)
[ Language = javascript ]
Remove a rule definition.
method selectColorScale(type)
[ Language = javascript ]
Click on a new color scale.