%DeepSee.Component.drillIndicator
Class %DeepSee.Component.drillIndicator Extends %ZEN.Component.component [ System = 4 ]
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.
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/deepsee";
DOMAIN
Parameter DOMAIN = "%DeepSee";
Localization domain
Properties
pivotId
Property pivotId As %ZEN.Datatype.string;
Id of pivot table.
ondrilldown
Property ondrilldown As %ZEN.Datatype.eventHandler;
Ondrilldown event.
ondrillup
Property ondrillup As %ZEN.Datatype.eventHandler;
Ondrillup event.
XDatas
Style
XData Style
defines style sheet used by this component
Methods
renderContents
ClientMethod renderContents() [ Internal, Language = javascript ]
Draw the control.
drillDownHandler
ClientMethod drillDownHandler() [ Language = javascript ]
Action handler for drill down.
drillUpHandler
ClientMethod drillUpHandler() [ Language = javascript ]
Action handler for drill up.