Skip to main content

%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

Method Inventory

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()

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. 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 ]
Key press handler (ie workaround).
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

Inherited Methods

FeedbackOpens in a new tab