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

Type Parameters:
C - the type of a AbstractLinearContainer.
S - the type of the ILinearContainerStyles of a AbstractLinearContainer.
All Implemented Interfaces:
FluentMutableMultiTokenHolder<C>, FluentMutableOptionalIdHolder<C>, MultiTokenHolder, OptionalIdHolder, Clearable, Resettable, EmptinessRequestable, ControlComponent<Control<?,?>>, GuiComponent<IWebGui<?>>, LayerComponent<ILayer>, TypeRequestable, Container<C,S>, ILinearContainer<C,S>, AttributesRepresentable, Element, SpecificationRepresentable, MutableElement, StylableElement<C>, PresenceSettable<C>, SizeAdjustableRectangle<C>, HtmlGetter, Control<C,S>, IUserInputCell<C>, PresenceRequestable
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