Class AbstractContainer<C extends Container<C,S>, S extends ControlStyle<S>>

Type Parameters:
C - the type of a AbstractContainer
S - the type of the ControlStyles of a AbstractContainer
All Implemented Interfaces:
FluentMutableMultiTokenHolder<C>, FluentMutableOptionalIdHolder<C>, MultiTokenHolder, OptionalIdHolder, Clearable, Resettable, EmptinessRequestable, ControlComponent<Control<?,?>>, GuiComponent<IWebGui<?>>, LayerComponent<ILayer>, TypeRequestable, Container<C,S>, AttributesRepresentable, Element, SpecificationRepresentable, MutableElement, StylableElement<C>, PresenceSettable<C>, SizeAdjustableRectangle<C>, HtmlGetter, Control<C,S>, IUserInputCell<C>, PresenceRequestable
Direct Known Subclasses:
AbstractLinearContainer, Grid, SingleContainer, TabContainer

public abstract class AbstractContainer<C extends Container<C,S>, S extends ControlStyle<S>> extends AbstractControl<C,S> implements Container<C,S>
Author:
Silvan Wyss