documentationfor yFiles for HTML 3.0.0.3

IStripeInputRenderer

This interface allows to change the visualization of stripes for different input gestures.

Inheritance Hierarchy
IStripeInputRenderer
Implemented Interfaces

Remarks

A stripe should provide an implementation of this interface in its lookup which is queried by the various table related input modes.

The different input gesture stripes can also be styled with CSS classes. Depending on the input gesture, the visualization uses one of the following CSS classes: yfiles-stripe-highlight-template, yfiles-stripe-selection-template, yfiles-stripe-resize-template, yfiles-stripe-drag-template.

Related Reading in the Developer's Guide

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

Type Details

yFiles module
view

See Also

Methods