Interface IStyleElement<E extends IStyleElement<E>>

Type Parameters:
E - is the type of a IStyleElement.
All Superinterfaces:
AttributesRepresentable, FluentMutableMultiTokenHolder<E>, FluentMutableOptionalIdHolder<E>, IElement, IMutableElement, IStylableElement<E>, MultiTokenHolder, OptionalIdHolder, Resettable, SpecificationRepresentable, TypeRequestable
All Known Subinterfaces:
IWebGui<G>
All Known Implementing Classes:
AbstractStyleElement, WebGui

public interface IStyleElement<E extends IStyleElement<E>> extends IStylableElement<E>
A IStyleElement can have a IStyle to apply to itself and to its child elements.
Author:
Silvan Wyss