documentationfor yFiles for HTML 2.6

StripeDecorator<TStripeextends IStripe>

Helps in decorating the lookup method of IStripe instances by providing access to decorators for the most common types.

Inheritance Hierarchy
StripeDecorator

Remarks

Predefined LookupDecorator<TDecoratedType,TInterface> are made available through properties like e.g. positionHandlerDecorator. Note that the list of possible decorations that are available using this class is not exhaustive in any way. This is merely a way to provide access to those interfaces that are more commonly being decorated by the developer.

Typically, a configured instance of this class is available through columnDecorator and rowDecorator on the TableDecorator which is returned by decorator on an ITable.

This decorator can be used to conveniently decorate the lookup of IStripes in an ITable. It serves as a factory for predefined LookupDecorator<TDecoratedType,TInterface> instances that are specifically useful for the IStripe type.

Type Parameters

TStripe: IStripe

Type Details

yfiles module
view-table
yfiles-umd modules
view-table, view
Legacy UMD name
yfiles.graph.StripeDecorator

See Also

Constructors

Properties

Methods