%DeepSee.UI.Dialog.PivotOptions
class %DeepSee.UI.Dialog.PivotOptions extends %DeepSee.UI.Dialog.standardDialog
This dialog lets the user change the properties of a DeepSee pivot table.Property Inventory
- cellHeight
- cellWidth
- columnHeaderStyle
- columnLabelSpan
- columnTotalAgg
- columnTotals
- cubeName
- dataCellStyle
- listing
- listingRows
- rowHeaderStyle
- rowLabelSpan
- rowTotalAgg
- rowTotalSource
- rowTotals
- showEmptyColumns
- showEmptyRows
- showRowCaption
- showZebra
- sqlRestriction
Method Inventory
- %OnAfterCreatePage()
- %OnGetSubtitle()
- %OnGetTitle()
- clearStyles()
- colAggChange()
- getDialogValue()
- keyPress()
- ondialogFinish()
- ondialogStart()
- rowAggChange()
- updatePreview()
Parameters
parameter APPLYBUTTON = 1;
Inherited description: If true, then this dialog displays an Apply button.
Properties
property cellHeight as %ZEN.Datatype.string (ZENURL = "CELLHEIGHT");
Property methods: cellHeightDisplayToLogical(), cellHeightGet(), cellHeightIsValid(), cellHeightLogicalToDisplay(), cellHeightLogicalToOdbc(), cellHeightNormalize(), cellHeightSet()
property cellWidth as %ZEN.Datatype.string (ZENURL = "CELLWIDTH");
Property methods: cellWidthDisplayToLogical(), cellWidthGet(), cellWidthIsValid(), cellWidthLogicalToDisplay(), cellWidthLogicalToOdbc(), cellWidthNormalize(), cellWidthSet()
property columnHeaderStyle as %ZEN.Datatype.string (ZENURL = "COLUMNSTYLE");
Property methods: columnHeaderStyleDisplayToLogical(), columnHeaderStyleGet(), columnHeaderStyleIsValid(), columnHeaderStyleLogicalToDisplay(), columnHeaderStyleLogicalToOdbc(), columnHeaderStyleNormalize(), columnHeaderStyleSet()
property columnLabelSpan as %ZEN.Datatype.boolean (ZENURL = "COLUMNSPAN");
Property methods: columnLabelSpanDisplayToLogical(), columnLabelSpanGet(), columnLabelSpanIsValid(), columnLabelSpanLogicalToDisplay(), columnLabelSpanLogicalToOdbc(), columnLabelSpanLogicalToXSD(), columnLabelSpanNormalize(), columnLabelSpanSet(), columnLabelSpanXSDToLogical()
property columnTotalAgg as %ZEN.Datatype.string (ZENURL = "COLUMNTOTALAGG");
Property methods: columnTotalAggDisplayToLogical(), columnTotalAggGet(), columnTotalAggIsValid(), columnTotalAggLogicalToDisplay(), columnTotalAggLogicalToOdbc(), columnTotalAggNormalize(), columnTotalAggSet()
property columnTotals as %ZEN.Datatype.boolean (ZENURL = "COLUMNTOTALS");
Property methods: columnTotalsDisplayToLogical(), columnTotalsGet(), columnTotalsIsValid(), columnTotalsLogicalToDisplay(), columnTotalsLogicalToOdbc(), columnTotalsLogicalToXSD(), columnTotalsNormalize(), columnTotalsSet(), columnTotalsXSDToLogical()
property cubeName as %ZEN.Datatype.string (ZENURL = "CUBE");
Property methods: cubeNameDisplayToLogical(), cubeNameGet(), cubeNameIsValid(), cubeNameLogicalToDisplay(), cubeNameLogicalToOdbc(), cubeNameNormalize(), cubeNameSet()
property dataCellStyle as %ZEN.Datatype.string (ZENURL = "CELLSTYLE");
Property methods: dataCellStyleDisplayToLogical(), dataCellStyleGet(), dataCellStyleIsValid(), dataCellStyleLogicalToDisplay(), dataCellStyleLogicalToOdbc(), dataCellStyleNormalize(), dataCellStyleSet()
property listing as %ZEN.Datatype.string (ZENURL = "LISTING");
Property methods: listingDisplayToLogical(), listingGet(), listingIsValid(), listingLogicalToDisplay(), listingLogicalToOdbc(), listingNormalize(), listingSet()
property listingRows as %ZEN.Datatype.integer (ZENURL = "LISTINGROWS");
Property methods: listingRowsDisplayToLogical(), listingRowsGet(), listingRowsIsValid(), listingRowsLogicalToDisplay(), listingRowsLogicalToOdbc(), listingRowsNormalize(), listingRowsSet()
property rowHeaderStyle as %ZEN.Datatype.string (ZENURL = "ROWSTYLE");
Property methods: rowHeaderStyleDisplayToLogical(), rowHeaderStyleGet(), rowHeaderStyleIsValid(), rowHeaderStyleLogicalToDisplay(), rowHeaderStyleLogicalToOdbc(), rowHeaderStyleNormalize(), rowHeaderStyleSet()
property rowLabelSpan as %ZEN.Datatype.boolean (ZENURL = "ROWSPAN");
Property methods: rowLabelSpanDisplayToLogical(), rowLabelSpanGet(), rowLabelSpanIsValid(), rowLabelSpanLogicalToDisplay(), rowLabelSpanLogicalToOdbc(), rowLabelSpanLogicalToXSD(), rowLabelSpanNormalize(), rowLabelSpanSet(), rowLabelSpanXSDToLogical()
property rowTotalAgg as %ZEN.Datatype.string (ZENURL = "ROWTOTALAGG");
Property methods: rowTotalAggDisplayToLogical(), rowTotalAggGet(), rowTotalAggIsValid(), rowTotalAggLogicalToDisplay(), rowTotalAggLogicalToOdbc(), rowTotalAggNormalize(), rowTotalAggSet()
property rowTotalSource as %ZEN.Datatype.string (ZENURL = "ROWTOTALSOURCE");
Property methods: rowTotalSourceDisplayToLogical(), rowTotalSourceGet(), rowTotalSourceIsValid(), rowTotalSourceLogicalToDisplay(), rowTotalSourceLogicalToOdbc(), rowTotalSourceNormalize(), rowTotalSourceSet()
property rowTotals as %ZEN.Datatype.boolean (ZENURL = "ROWTOTALS");
Property methods: rowTotalsDisplayToLogical(), rowTotalsGet(), rowTotalsIsValid(), rowTotalsLogicalToDisplay(), rowTotalsLogicalToOdbc(), rowTotalsLogicalToXSD(), rowTotalsNormalize(), rowTotalsSet(), rowTotalsXSDToLogical()
property showEmptyColumns as %ZEN.Datatype.boolean (ZENURL = "COLUMNEMPTY");
Property methods: showEmptyColumnsDisplayToLogical(), showEmptyColumnsGet(), showEmptyColumnsIsValid(), showEmptyColumnsLogicalToDisplay(), showEmptyColumnsLogicalToOdbc(), showEmptyColumnsLogicalToXSD(), showEmptyColumnsNormalize(), showEmptyColumnsSet(), showEmptyColumnsXSDToLogical()
property showEmptyRows as %ZEN.Datatype.boolean (ZENURL = "ROWEMPTY");
Property methods: showEmptyRowsDisplayToLogical(), showEmptyRowsGet(), showEmptyRowsIsValid(), showEmptyRowsLogicalToDisplay(), showEmptyRowsLogicalToOdbc(), showEmptyRowsLogicalToXSD(), showEmptyRowsNormalize(), showEmptyRowsSet(), showEmptyRowsXSDToLogical()
property showRowCaption as %ZEN.Datatype.boolean (ZENURL = "ROWCAPTION");
Property methods: showRowCaptionDisplayToLogical(), showRowCaptionGet(), showRowCaptionIsValid(), showRowCaptionLogicalToDisplay(), showRowCaptionLogicalToOdbc(), showRowCaptionLogicalToXSD(), showRowCaptionNormalize(), showRowCaptionSet(), showRowCaptionXSDToLogical()
property showZebra as %ZEN.Datatype.boolean (ZENURL = "ZEBRA");
Property methods: showZebraDisplayToLogical(), showZebraGet(), showZebraIsValid(), showZebraLogicalToDisplay(), showZebraLogicalToOdbc(), showZebraLogicalToXSD(), showZebraNormalize(), showZebraSet(), showZebraXSDToLogical()
property sqlRestriction as %ZEN.Datatype.string (ZENURL = "SQLRESTRICT");
Property methods: sqlRestrictionDisplayToLogical(), sqlRestrictionGet(), sqlRestrictionIsValid(), sqlRestrictionLogicalToDisplay(), sqlRestrictionLogicalToOdbc(), sqlRestrictionNormalize(), sqlRestrictionSet()
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.
clientmethod clearStyles() [ Language = javascript ]
Reset styles for this pivot.
clientmethod colAggChange() [ Language = javascript ]
Change to col agg.
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 keyPress() [ Language = javascript ]
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 rowAggChange() [ Language = javascript ]
Change to row agg.
clientmethod updatePreview() [ Language = javascript ]
Draw contents of preview component.
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- FirstFailed
- InvalidParam
- IsEMSReadOnly
- ValidationErrorMsg
- align
- aux
- backgroundTimerInterval
- cellAlign
- cellSize
- cellStyle
- cellVAlign
- children
- composite
- containerStyle
- cssLevel
- dialogTitle
- disabled
- disabledStyle
- dragAndDrop
- dragEnabled
- dropEnabled
- enclosingClass
- enclosingStyle
- error
- groupClass
- groupStyle
- height
- hidden
- hideApplyButton
- hideCancelButton
- hint
- hintClass
- hintStyle
- id
- index
- label
- labelClass
- labelDisabledClass
- labelPosition
- labelStyle
- layout
- name
- onafterdrag
- onbeforedrag
- onclick
- ondrag
- ondrop
- onhide
- onrefresh
- onshow
- onupdate
- parent
- showLabel
- slice
- title
- tuple
- useSVG
- useSoftModals
- valign
- visible
- width
- window
- zenPersistentPopup
Inherited Methods
- %AddChild()
- %AddChildAfter()
- %AddChildBefore()
- %AddComponent()
- %AddImportedComponents()
- %AddToSaveSet()
- %ApplyURLParms()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawAutoLogout()
- %DrawClassDefinitions()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawHTMLPage()
- %DrawJSStrings()
- %DrawObjectDefinitions()
- %DrawTitle()
- %EnclosingDivId()
- %EndBackgroundMethod()
- %EndScript()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetChildIndex()
- %GetComponent()
- %GetComponentById()
- %GetComponentByName()
- %GetEventHandlers()
- %GetLinks()
- %GetPageName()
- %GetParameter()
- %GetValueById()
- %GetValueByName()
- %GetXMLName()
- %IsA()
- %IsModified()
- %Link()
- %LinkCSS()
- %LinkScript()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnBeforeCreatePage()
- %OnCreateApplication()
- %OnCreatePage()
- %OnDetermineCSSLevel()
- %OnDrawEnclosingDiv()
- %OnDrawHTMLBody()
- %OnDrawHTMLHead()
- %OnDrawHTMLMeta()
- %OnDrawObjectProperties()
- %OnFinishBackgroundTask()
- %OnMonitorBackgroundTask()
- %OnMutateChildren()
- %OnObjectSynch()
- %OnPreHTTP()
- %OnSubmit()
- %OnUseSoftModals()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveChild()
- %RemoveChildren()
- %RemoveComponent()
- %RemoveFromSaveSet()
- %RunBackgroundMethod()
- %Self()
- %SerializeObject()
- %SetBackgroundMethodStatus()
- %SetErrorById()
- %SetErrorByName()
- %SetModified()
- %SetValueById()
- %SetValueByName()
- %SetValuesByName()
- %StartScript()
- %ValidateObject()
- %ZENVersion()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- EvalResult()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- JavaInstalled()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addChild()
- addChildAfter()
- addChildBefore()
- adjustSize()
- btnApply()
- btnOK()
- cancelPopup()
- childrenMutated()
- correctIELayering()
- createComponent()
- createComponentNS()
- ctrlKeyDown()
- deleteComponent()
- dialogApply()
- dialogCancel()
- dialogFinish()
- dialogTitleGet()
- disableButtons()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- endModal()
- exposeComponent()
- findElement()
- fireOnResizeEvent()
- fireOnUnloadEvent()
- fireOnUpdateEvent()
- firePopupAction()
- getChildIndex()
- getComponent()
- getComponentById()
- getEnclosingDiv()
- getHidden()
- getHintElement()
- getLabelElement()
- getOpener()
- getProperty()
- getSettings()
- getType()
- gotoPage()
- invokeSuper()
- isOfType()
- launchPopupWindow()
- makeId()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onServerMethodCall()
- onServerMethodError()
- onServerMethodReturn()
- onStartModalHandler()
- ondialogCancel()
- ondisabledHandler()
- onhandleAutoLogoutWarn()
- onkeydownHandler()
- onkeyupHandler()
- onlayoutHandler()
- onloadHandler()
- onlogoutHandler()
- onoverlayHandler()
- onresizeHandler()
- onunloadHandler()
- onupdateHandler()
- popupActionHandler()
- refreshContents()
- removeChild()
- render()
- renderContents()
- renderSVG()
- resetMsg()
- setComponentId()
- setHidden()
- setOverlayMode()
- setProperty()
- setPropertyAll()
- setTraceOption()
- showMsg()
- startModal()
- startProgressBar()
- stopProgressBar()
- stripWhitespaces()
- validateRequired()