Class AbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>>

Type Parameters:
C - is the type of a AbstractLinearContainer.
S - the type of the ILinearContainerStyles of a AbstractLinearContainer.
All Implemented Interfaces:
FluentMutableMultiTokenHolder<C>, FluentMutableOptionalIdHolder<C>, MultiTokenHolder, OptionalIdHolder, GuiComponent<IWebGui<?>>, LayerComponent<ILayer>, Linkable, LinkedRequestable, TypeRequestable, Clearable, Resettable, EmptinessRequestable, IContainer<C,S>, ILinearContainer<C,S>, AttributesRepresentable, IElement, SpecificationRepresentable, IMutableElement, ISizeAdjustableBox<C>, PresenceRequestable, PresenceSettable<C>, IStylableElement<C>, HtmlGetter, Control<C,S>, IUserInputCell<C>
Direct Known Subclasses:
FloatContainer, HorizontalStack, VerticalStack

public abstract class AbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> extends AbstractContainer<C,S> implements ILinearContainer<C,S>
Author:
Silvan Wyss