documentationfor yFiles for HTML 3.0.0.3

FocusIndicatorManager<T extends ILookup>

A ModelManager<T> implementation that manages the visual decoration of the focused element in a canvas.

Inheritance Hierarchy

Remarks

For the item that should be focused, this class uses the ILookup mechanism of the item to look up an IFocusRenderer<T> implementation which will render the decoration in the canvas.

The default implementation of the renderer is using the yfiles-focus-template CSS class and possibly one of the following CSS classes depending on the item type: yfiles-node-focus-template, yfiles-edge-focus-template, yfiles-label-focus-template, yfiles-port-focus-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.

Type Details

yFiles module
view

See Also

Constructors

Properties

Methods

Events