documentationfor yFiles for HTML 3.0.0.3

SelectionIndicatorManager<T extends ILookup>

A ModelManager<T> implementation that manages the visual decorations of selected elements in a canvas.

Inheritance Hierarchy

Remarks

For each item in the domain that is marked as selected by the items, this class uses the ILookup mechanism of the items to look up an ISelectionRenderer<T> implementation which will render the decoration in the canvas.

The default implementation of the renderer is using the yfiles-selection-template CSS class and possibly one of the following CSS classes depending on the item type: yfiles-node-selection-template, yfiles-edge-selection-template, yfiles-label-selection-template, yfiles-port-selection-template.

Related Reading in the Developer's Guide

An overview of the different CSS styling options is presented in detail in the section Using CSS Styling for the Indicators .

Type Parameters

T: ILookup
The type of the items in the collection and selection model.

Type Details

yFiles module
view

See Also

Constructors

Properties

Methods