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.
parameter DOMAIN = "%DeepSee";
Localization domain
parameter NAMESPACE = "http://www.intersystems.com/deepsee";
This is the XML namespace used for library components.
method drillDownHandler()
[ Language = javascript ]
Action handler for drill down.
method drillUpHandler()
[ Language = javascript ]
Action handler for drill up.