class %DeepSee.Report.UI.layerIconBar
extends %DeepSee.Report.UI.abstractIconBar
Layer Icon Bar
property ontoggle
as %ZEN.Datatype.eventHandler;
onresize event handler:
This event is fired when this drag group is resized.
property titleList
as %ZEN.Datatype.csv [ InitialExpression = "Move to Back,Move Backward,Move Forward,Move To Front" ];
Defines set of tool tips for choices for this control as a csv-list.
property valueList
as %ZEN.Datatype.csv [ InitialExpression = "TOBACK,BACKWARD,FORWARD,TOFRONT" ];
Defines set of values for choices for this control as a csv-list.
property widgetList
as %ZEN.Datatype.csv [ InitialExpression = "toBackButton,backwardButton,forwardButton,toFrontButton" ];
Defines set of ID for choices for this control as a csv-list.
method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.