Interface IContainer<C extends IContainer<C,S>, S extends IControlStyle<S>>

Type Parameters:
C - is the type of a IContainer.
S - the type of the IControlStyle of a IContainer.
All Superinterfaces:
AttributesRepresentable, Clearable, Control<C,S>, EmptinessRequestable, FluentMutableMultiTokenHolder<C>, FluentMutableOptionalIdHolder<C>, GuiComponent<IWebGui<?>>, HtmlGetter, IElement, IMutableElement, ISizeAdjustableBox<C>, IStylableElement<C>, IUserInputCell<C>, LayerComponent<ILayer>, Linkable, LinkedRequestable, MultiTokenHolder, OptionalIdHolder, PresenceRequestable, PresenceSettable<C>, Resettable, SpecificationRepresentable, TypeRequestable
All Known Subinterfaces:
IAccordion, IGrid, IHorizontalStack, ILinearContainer<C,S>, ISingleContainer, ITabContainer, IVerticalStack
All Known Implementing Classes:
AbstractContainer, AbstractLinearContainer, FloatContainer, Grid, HorizontalStack, SingleContainer, TabContainer, VerticalStack

public interface IContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> extends Clearable, Control<C,S>
Author:
Silvan Wyss
  • Method Details