Skip to main content

%DeepSee.Component.drillIndicator

class %DeepSee.Component.drillIndicator extends %ZEN.Component.component

Specialized control for indicating the current drill level on a DeepSee pivot. This is designed for use within DeepSee components and not as a stand-alone control.

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = %DeepSee;
Localization domain
parameter NAMESPACE = http://www.intersystems.com/deepsee;
Inherited description: This is the XML namespace used for library components.

Properties

property ondrilldown as %ZEN.Datatype.eventHandler;
Ondrilldown event.
Property methods: ondrilldownDisplayToLogical(), ondrilldownGet(), ondrilldownIsValid(), ondrilldownLogicalToDisplay(), ondrilldownLogicalToOdbc(), ondrilldownNormalize(), ondrilldownSet()
property ondrillup as %ZEN.Datatype.eventHandler;
Ondrillup event.
Property methods: ondrillupDisplayToLogical(), ondrillupGet(), ondrillupIsValid(), ondrillupLogicalToDisplay(), ondrillupLogicalToOdbc(), ondrillupNormalize(), ondrillupSet()
property pivotId as %ZEN.Datatype.string;
Id of pivot table.
Property methods: pivotIdDisplayToLogical(), pivotIdGet(), pivotIdIsValid(), pivotIdLogicalToDisplay(), pivotIdLogicalToOdbc(), pivotIdNormalize(), pivotIdSet()

Methods

clientmethod drillDownHandler() [ Language = javascript ]
Action handler for drill down.
clientmethod drillUpHandler() [ Language = javascript ]
Action handler for drill up.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab