Interface StyleHolder<E extends StyleHolder<E>>

Type Parameters:
E - the type of a StyleHolder.
All Superinterfaces:
AttributesRepresentable, Element, FluentMutableMultiTokenHolder<E>, FluentMutableOptionalIdHolder<E>, MultiTokenHolder, MutableElement, OptionalIdHolder, Resettable, SpecificationRepresentable, StylableElement<E>, TypeRequestable
All Known Subinterfaces:
IWebGui<G>
All Known Implementing Classes:
AbstractStyleElement, WebGui

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