Interface IBaseStyle<S extends IBaseStyle<S>>

Type Parameters:
S - is the type of a IBaseStyle.
All Superinterfaces:
IElement
All Known Subinterfaces:
ISelectingStyle<S>, ISelectingStyleWithSelectors, IStyle
All Known Implementing Classes:
AbstractSelectingStyle, DeepSelectingStyle, SelectingStyle, Style

public interface IBaseStyle<S extends IBaseStyle<S>> extends IElement
A IBaseStyle can style IStylableElements. A IBaseStyle can distinguish if it would style also the child elements of a given IStylableElement.
Author:
Silvan Wyss