slmetric.dashboard.Group Class
Namespace: slmetric.dashboard
(To be removed) Widget for holding slmetric.dashboard.Container
,
slmetric.dashboard.Widget
and
slmetric.dashboard.CustomWidget
objects on Metrics Dashboard
The Metrics Dashboard user interface, metricdashboard
function, slmetric
package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.
Description
An slmetric.dashboard.Group
object can hold
slmetric.dashboard.Container
,
slmetric.dashboard.Widget
and
slmetric.dashboard.CustomWidget
objects. You can use the
slmetric.dashboard.Group
methods and properties to specify the group
size, width, and title.
For example, the image is of the default Metrics Dashboard layout. This portion of the
Metrics Dashboard contains an slmetric.dashboard.Group
widget with the
title Size
. This group contains three
slmetric.dashboard.Container
widgets. The containers on the left and
right each contain one slmetric.dashboard.Widget
object. The middle
container contains two slmetric.dashboard.Widget
objects.
Construction
group = slmetric.dashboard.Group
creates a handle to an
slmetric.dashboard.Group
object.
Properties
Methods
addWidget | (To be removed) Add widget to slmetric.dashboard.Group
object |
getMargin | (To be removed) Obtain distance from group edge to contents |
getPosition | (To be removed) Obtain group position within Metrics Dashboard |
getSeparators | (To be removed) Determine whether there are lines on sides of Metrics Dashboard group |
getWidgets | (To be removed) Obtain a list of widgets in an
slmetric.dashboard.Group object |
getWidths | (To be removed) Obtain widths of Metrics Dashboard group |
removeWidget | (To be removed) Remove widget from slmetric.dashboard.Group
object |
setMargin | (To be removed) Specify distance from group edge to its contents |
setPosition | (To be removed) Set group position within Metrics Dashboard |
setSeparators | (To be removed) Specify lines on Metrics Dashboard group sides |
setWidths | (To be removed) Specify multiple widths for Metrics Dashboard group |