class %DeepSee.Report.UI.arrangeIconBar
extends %DeepSee.Report.UI.abstractIconBar
Arrange 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 = "Autogrid,Snap to Grid,Group Selections,Ungroup Selection" ];
Defines set of tool tips for choices for this control as a csv-list.
property valueList
as %ZEN.Datatype.csv [ InitialExpression = "AUTOGRID,SNAP,GROUP,UNGROUP" ];
Defines set of values for choices for this control as a csv-list.
property widgetList
as %ZEN.Datatype.csv [ InitialExpression = "autogridButton,snapButton,groupButton,ungroupButton" ];
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.