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

Type Parameters:
C - is the type of a IContainer.
S - is the type of the IControlStyle of a IContainer.
All Superinterfaces:
Clearable, EmptinessRequestable, IControl<C,S>, IElement, IFluentMutableMultiTokenHolder<C>, IFluentMutableOptionalIdHolder<C>, IHtmlGetter, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, ISizeAdjustableBox<C>, IStructureElement, IStylableElement<C>, IUserInputCell<C>, Linkable, LinkedRequestable, PresenceRequestable, PresenceSettable<C>, Resettable, TypeRequestable
All Known Subinterfaces:
IAccordion, IGrid, IHorizontalStack, ILinearContainer<C,S>, ISingleContainer, ITabContainer, IVerticalStack
All Known Implementing Classes:
AbstractContainer, AbstractLinearContainer, FloatContainer, Grid, HorizontalStack, SingleContainer, VerticalStack

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