documentationfor yFiles for HTML 2.6

SelectionIndicatorManager<Textends ILookup>

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

Remarks

For each item in the model that is marked as selected by the selectionModel, this class uses the ILookup mechanism of the items to lookup an ISelectionIndicatorInstaller implementation which will do the actual installation of the decoration in the canvas.

See GraphSelectionIndicatorManager for a specialized subclass for graph items that uses item styles for the visualization.

Type Parameters

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

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.view.SelectionIndicatorManager

See Also

Constructors

Properties

Methods